[issue28665] Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF

Serhiy Storchaka report at bugs.python.org
Fri Nov 11 07:23:31 EST 2016


Serhiy Storchaka added the comment:

LGTM. This saves function call and INCREF/DECREF pair.

What about DELETE_DEREF? PyCell_Set() also is used in unicode_concatenate().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28665>
_______________________________________


More information about the Python-bugs-list mailing list