]> 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:27:55 +0000 (11:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 7 Dec 2016 09:27:55 +0000 (11:27 +0200)
commit1b58d8aafa5c4705deeb898027b33c4be7bc71e1
tree6de0a97a68737cff11b88c40512ebf0bd19e5f83
parent4fc7942118f017c214534d29b18f2f844e68c8cf
parent0c78634d785361dcde0c2c138e8bf5f9bb744d3d
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Original patch by Andreas Stührk.
Misc/NEWS
Objects/typeobject.c