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 Aaron Hall, benjamin.peterson, thatiparthy, vstinner
Date 2018-10-25.09:34:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540460061.31.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I confirm that Py_XINCREF() is properly inlined in Py_IncRef() with the latest version of my PR 10079.

I tested:

* gcc -O0
* clang -O0
* MSVC: x64 build in Debug mode
History
Date User Action Args
2018-10-25 09:34:21vstinnersetrecipients: + vstinner, benjamin.peterson, thatiparthy, Aaron Hall
2018-10-25 09:34:21vstinnersetmessageid: <1540460061.31.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-10-25 09:34:21vstinnerlinkissue35059 messages
2018-10-25 09:34:21vstinnercreate