Serhiy Storchaka added the comment:

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.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to