[issue28797] Modifying class __dict__ inside __set_name__

Nick Coghlan report at bugs.python.org
Tue Nov 29 02:31:45 EST 2016


Nick Coghlan added the comment:

I'd be OK with starting with the simpler patch, and only looking at the more complex one if the benchmark suite shows a significant slowdown (I'd be surprised if it did, as it should mainly impact start-up, and class dicts generally aren't that big)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28797>
_______________________________________


More information about the Python-bugs-list mailing list