]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__...
authorBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 03:51:03 +0000 (23:51 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 31 Oct 2012 03:51:03 +0000 (23:51 -0400)
commit8afa7fa51064848d826e4eb8a2bd46cf7f730b0f
treeef0fb644e04cbf28714579ef0985a1cd9d951354
parente8ea97fffb591cd71090d0f3114bf1d3bcd31454
don't shadow the __qualname__ descriptor with __qualname__ in the class's __dict__ (closes #16271)
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c