]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Nov 2016 07:54:17 +0000 (09:54 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Nov 2016 07:54:17 +0000 (09:54 +0200)
commit9ec07721f459d14131d6453ccb6d2a1a0b0c1959
treeed40463ef4cdc4a7beb4142860dafddf48105692
parent27ec5bfdcbc646c0598834e7500790f0938c5557
 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
 a descriptor that is used inside that class no longer prevents calling the
 __set_name__ method of other descriptors.
Lib/test/test_subclassinit.py
Misc/NEWS
Objects/typeobject.c