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, serhiy.storchaka, vstinner
Date 2018-10-25.14:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540476978.93.0.788709270274.issue35053@psf.upfronthosting.co.za>
In-reply-to
Content
This change modifies _Py_NewReference() which is a very important function and it impacts Python performance. I prefer to keep the bug in Python 3.6 and 3.7 to not risk to introduce a regression.

The bug exists since Python 3.4 and I'm the first one to spot it. It's not like there is huge pressure to backport the fix.

Thanks again INADA-san for the review!
History
Date User Action Args
2018-10-25 14:16:18vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2018-10-25 14:16:18vstinnersetmessageid: <1540476978.93.0.788709270274.issue35053@psf.upfronthosting.co.za>
2018-10-25 14:16:18vstinnerlinkissue35053 messages
2018-10-25 14:16:18vstinnercreate