Message257540
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. |
|
Date |
User |
Action |
Args |
2016-01-05 19:34:57 | serhiy.storchaka | set | recipients:
+ 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:57 | serhiy.storchaka | set | messageid: <1452022497.41.0.545878517323.issue20440@psf.upfronthosting.co.za> |
2016-01-05 19:34:57 | serhiy.storchaka | link | issue20440 messages |
2016-01-05 19:34:57 | serhiy.storchaka | create | |
|