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 methane, pablogsal, serhiy.storchaka, vstinner
Date 2020-03-06.14:55:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583506535.74.0.0587906836832.issue39873@roundup.psfhosted.org>
In-reply-to
Content
New changeset 1fb5a9f394a6fdf62e21b96080c3257c959cf8c9 by Victor Stinner in branch 'master':
bpo-39873: PyObject_Init() uses PyObject_INIT() (GH-18804)
https://github.com/python/cpython/commit/1fb5a9f394a6fdf62e21b96080c3257c959cf8c9
History
Date User Action Args
2020-03-06 14:55:35vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, pablogsal
2020-03-06 14:55:35vstinnersetmessageid: <1583506535.74.0.0587906836832.issue39873@roundup.psfhosted.org>
2020-03-06 14:55:35vstinnerlinkissue39873 messages
2020-03-06 14:55:35vstinnercreate