]> granicus.if.org Git - python/commit
bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)
authorXiang Zhang <angwerzx@126.com>
Wed, 8 Mar 2017 03:18:49 +0000 (11:18 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 03:18:49 +0000 (11:18 +0800)
commitc393ee858932f79bd6dabf31550f9a53ea90bc68
treecd731aaacc73568a0781efab63ceef9e629bb0eb
parentd5d3249e8a37936d32266fa06ac20017307a1f70
bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)
Lib/test/test_descr.py
Objects/typeobject.c