]> granicus.if.org Git - python/commit
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Dec 2016 09:26:49 +0000 (11:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Dec 2016 09:26:49 +0000 (11:26 +0200)
commit0c78634d785361dcde0c2c138e8bf5f9bb744d3d
tree3b4b16b83fd8b377fa0c61c21be9695890c21250
parent520348e5c0284668738e0ba98b86e7d1a5fd8600
parent5adfac2c1b7fb4f0782d097e7e0e6c5614965634
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