[issue8020] Crash in Py_ADDRESS_IN_RANGE macro

Matt Bandy report at bugs.python.org
Thu Feb 25 23:24:48 CET 2010


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

Amaury is correct -- in the case I observed, the other thread had nothing to do with Python and was not calling Python functions that would have required obtaining the GIL at any time (again, I'm using an embedded Python interpreter in a larger app, not the standalone interpreter).  The other thread is just unlucky to have allocated non-Python related memory in the same page where a Python object was allocated.

----------

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


More information about the Python-bugs-list mailing list