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 serhiy.storchaka
Recipients Arfrever, Jim.Jewett, abusalimov, benjamin.peterson, brett.cannon, georg.brandl, kristjan.jonsson, larry, loewis, pitrou, python-dev, rhettinger, serhiy.storchaka, taleinat, vstinner
Date 2016-01-05.19:34:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452022497.41.0.545878517323.issue20440@psf.upfronthosting.co.za>
In-reply-to
Content
The commit doesn't include changes for dictobject.c, setobject.c and _sqlite/cache.c (I had forgot to exclude them from the patch before uploading). Dict and set code is performance critical, and using Py_XDECREF instead of Py_DECREF can affect performance. The code in _sqlite would use Py_SETREF in less obvious way, it is better to left it as is.
History
Date User Action Args
2016-01-05 19:34:57serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, brett.cannon, georg.brandl, rhettinger, pitrou, kristjan.jonsson, vstinner, taleinat, larry, benjamin.peterson, Arfrever, python-dev, Jim.Jewett, abusalimov
2016-01-05 19:34:57serhiy.storchakasetmessageid: <1452022497.41.0.545878517323.issue20440@psf.upfronthosting.co.za>
2016-01-05 19:34:57serhiy.storchakalinkissue20440 messages
2016-01-05 19:34:57serhiy.storchakacreate