This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Ringding, Trundle, aronacher, benjamin.peterson, gvanrossum, pitrou, prologic, python-dev, sebastinas, serhiy.storchaka
Date 2016-12-07.09:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161207092810.99657.85699.5672B418@psf.io>
In-reply-to
Content
New changeset 1f31bf3f76f5 by Serhiy Storchaka in branch '3.5':
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
https://hg.python.org/cpython/rev/1f31bf3f76f5

New changeset 747de8acb7e4 by Serhiy Storchaka in branch '3.6':
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
https://hg.python.org/cpython/rev/747de8acb7e4

New changeset 9605c558ab58 by Serhiy Storchaka in branch 'default':
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
https://hg.python.org/cpython/rev/9605c558ab58
History
Date User Action Args
2016-12-07 09:28:14python-devsetrecipients: + python-dev, gvanrossum, pitrou, sebastinas, benjamin.peterson, aronacher, prologic, Trundle, Ringding, serhiy.storchaka
2016-12-07 09:28:14python-devlinkissue5322 messages
2016-12-07 09:28:14python-devcreate