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 Yonatan Goldschmidt
Recipients Yonatan Goldschmidt, vstinner
Date 2020-11-08.00:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604795496.29.0.677062594524.issue42287@roundup.psfhosted.org>
In-reply-to
Content
Following https://bugs.python.org/issue42262, I think it'd be nice to convert existing C code to use the more concise Py_NewRef() and Py_XNewRef() where possible. Increases readability and less bug prone. 

Opening this new issue to track the conversion.
History
Date User Action Args
2020-11-08 00:31:36Yonatan Goldschmidtsetrecipients: + Yonatan Goldschmidt, vstinner
2020-11-08 00:31:36Yonatan Goldschmidtsetmessageid: <1604795496.29.0.677062594524.issue42287@roundup.psfhosted.org>
2020-11-08 00:31:36Yonatan Goldschmidtlinkissue42287 messages
2020-11-08 00:31:35Yonatan Goldschmidtcreate