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 ethan.furman
Recipients daniel.urban, ethan.furman, mark.dickinson
Date 2013-04-27.21:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <517C44A5.9010308@stoneleaf.us>
In-reply-to <517C4088.1060801@stoneleaf.us>
Content
I guess the question is:

Because Python can no longer know if the name has been inserted via __prepare__ it has to go through the whole CLOSURE 
business, but will changing the LOAD_DEREF to a LOAD_GLOBAL (only for items inside a class def) do the trick?
History
Date User Action Args
2013-04-27 21:35:31ethan.furmansetrecipients: + ethan.furman, mark.dickinson, daniel.urban
2013-04-27 21:35:31ethan.furmanlinkissue17853 messages
2013-04-27 21:35:30ethan.furmancreate