Files
cpython/Python
Eric Snow 6cc800d363 bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
* Move up the comment about fields using in hashing/comparision.

* Group the fields more clearly.

* Add co_ncellvars and co_nfreevars.

* Raise ValueError if nlocals != len(varnames), rather than aborting.
2021-05-26 20:15:40 +01:00
..
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library