]> granicus.if.org Git - python/commit
Issue #28214: Now __set_name__ is looked up on the class instead of the
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 21 Sep 2016 12:54:59 +0000 (15:54 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 21 Sep 2016 12:54:59 +0000 (15:54 +0300)
commitafd02a439f864c8380a8554ae6cb9726b996fd5e
tree0fc8e637e3f24b4ad1de6436b5568882f411c932
parentb00e00c339cec1438a3764001b994c0a274a49c1
Issue #28214: Now __set_name__ is looked up on the class instead of the
instance.
Lib/test/test_subclassinit.py
Misc/NEWS
Objects/typeobject.c