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 pablogsal
Recipients pablogsal
Date 2018-10-14.16:24:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539534296.44.0.788709270274.issue34983@psf.upfronthosting.co.za>
In-reply-to
Content
The symtable has information about if a particular symbol is nonlocal though the DEF_LOCAL flag but this information is not exposed in symtable.py, making impossible to ask if a symbol is declared as nonlocal using the python symtable module.
History
Date User Action Args
2018-10-14 16:24:56pablogsalsetrecipients: + pablogsal
2018-10-14 16:24:56pablogsalsetmessageid: <1539534296.44.0.788709270274.issue34983@psf.upfronthosting.co.za>
2018-10-14 16:24:56pablogsallinkissue34983 messages
2018-10-14 16:24:56pablogsalcreate