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.
E
Eric Snow committed
6cc800d3634fdd002b986c3ffe6a3d5540f311a0
Parent: e6c815d
Committed by GitHub <noreply@github.com>
on 5/26/2021, 7:15:40 PM