Ethan Furman added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to