This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xmorel
Recipients docs@python, jalexvig, laike9m, marco.buttu, serhiy.storchaka, utkarsh2102, xmorel
Date 2020-06-25.12:09:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593086944.85.0.564677446429.issue30951@roundup.psfhosted.org>
In-reply-to
Content
Maybe something along the lines of "names other than arguments and function locals", or "names of the symbols used in the code object, other than arguments and function locals"? This is still slightly confusing because in the case of an import the name is present in both mappings, but less so than the outright lie of the current version.

Serhiy, is there a way to access the class's code object from Python? Also does that mean varnames is not used by class code objects despite it stating unambiguously that it stores locals?
History
Date User Action Args
2020-06-25 12:09:04xmorelsetrecipients: + xmorel, docs@python, serhiy.storchaka, marco.buttu, laike9m, jalexvig, utkarsh2102
2020-06-25 12:09:04xmorelsetmessageid: <1593086944.85.0.564677446429.issue30951@roundup.psfhosted.org>
2020-06-25 12:09:04xmorellinkissue30951 messages
2020-06-25 12:09:04xmorelcreate