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 vstinner
Recipients Michael.Felt, corona10, petdance, shihai1991, vstinner
Date 2020-04-07.22:38:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586299099.01.0.493876725386.issue40170@roundup.psfhosted.org>
In-reply-to
Content
New changeset 9205520d8c43488696d66cbdd9aefbb21871c508 by Victor Stinner in branch 'master':
bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379)
https://github.com/python/cpython/commit/9205520d8c43488696d66cbdd9aefbb21871c508
History
Date User Action Args
2020-04-07 22:38:19vstinnersetrecipients: + vstinner, Michael.Felt, corona10, shihai1991, petdance
2020-04-07 22:38:19vstinnersetmessageid: <1586299099.01.0.493876725386.issue40170@roundup.psfhosted.org>
2020-04-07 22:38:19vstinnerlinkissue40170 messages
2020-04-07 22:38:18vstinnercreate