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 vstinner
Date 2018-10-24.16:12:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540397554.21.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
Context: I was unhappy with _Py_NewReference() macro implementation when I had to modify it to fix a bug, bpo-35053. That's why I would like to convert it to a static inline function.
History
Date User Action Args
2018-10-24 16:12:34vstinnersetrecipients: + vstinner
2018-10-24 16:12:34vstinnersetmessageid: <1540397554.21.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-10-24 16:12:34vstinnerlinkissue35059 messages
2018-10-24 16:12:34vstinnercreate