[issue4941] Tell GCC Py_DECREF is unlikely to call the destructor

Antoine Pitrou report at bugs.python.org
Sat Jan 17 00:02:36 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

You could also test this principle with a few opcodes in ceval.c.
Especially, the error cases in LOAD_FAST, LOAD_GLOBAL etc. could be
flagged as unlikely.

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


More information about the Python-bugs-list mailing list