Vedran Čačić added the comment:

Yes, I didn't explain well. I'm ok with postprocessing. After all, since we got 
PEP 520, it's quite obvious that "the namespace class body is executed in" is 
not the same as "the final __dict__ of a class".

But even "the namespace class body is executed in" _should_ be a Python 
namespace, with all its rules. If objects are the same, then after 
postprocessing they should also be same. _Especially_ if we currently do have 
semantics for reassignment: aliasing. "Name is not a part of object" is a 
fundamental tenet of Python. And `_auto_ is _auto_`.

----------

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

Reply via email to