]> granicus.if.org Git - python/commit
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Dec 2016 06:42:43 +0000 (08:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Dec 2016 06:42:43 +0000 (08:42 +0200)
commitdaf82f7539218eb03385b51bffaceb6970fc76d8
tree4e93f41e99f44087bec6f6f7b1498b473f43a259
parent9bd44d6dab214ab17c5505aa445388ccf8695c87
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Original patch by Andreas Stührk.
Lib/test/test_descr.py
Misc/NEWS
Objects/typeobject.c