[issue28214] Improve exception reporting for problematic __set_name__ attributes

Serhiy Storchaka report at bugs.python.org
Tue Sep 20 12:58:14 EDT 2016


Serhiy Storchaka added the comment:

Proposed patch makes class creation code not looking up the __set_name__ attribute in instance dict.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file44757/lookup___set_name__.patch

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


More information about the Python-bugs-list mailing list