[issue8020] Crash in Py_ADDRESS_IN_RANGE macro

Matt Bandy report at bugs.python.org
Fri Feb 26 17:14:02 CET 2010


Matt Bandy <matt.bandy at thq.com> added the comment:

I tried this out in VC++ 2008 with the new temporary as both a global variable and a local.  At least for VC++, Amaury is correct -- the compiler is generating the store to the global even though it is never read, so making it a local instead does save an instruction.

----------

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


More information about the Python-bugs-list mailing list