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 serhiy.storchaka
Recipients docs@python, jalexvig, marco.buttu, serhiy.storchaka, utkarsh2102
Date 2018-11-23.08:58:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542963508.14.0.788709270274.issue30951@psf.upfronthosting.co.za>
In-reply-to
Content
co_names contains not only names of global variables. It contains also local names in the class scope, attribute names, names of imported modules, etc.
History
Date User Action Args
2018-11-23 08:58:28serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, marco.buttu, jalexvig, utkarsh2102
2018-11-23 08:58:28serhiy.storchakasetmessageid: <1542963508.14.0.788709270274.issue30951@psf.upfronthosting.co.za>
2018-11-23 08:58:28serhiy.storchakalinkissue30951 messages
2018-11-23 08:58:28serhiy.storchakacreate