[issue8020] Crash in Py_ADDRESS_IN_RANGE macro

Tim Peters report at bugs.python.org
Thu Feb 25 23:10:19 CET 2010


Tim Peters <tim.peters at gmail.com> added the comment:

Note that nothing in obmalloc is _intended_ to be thread-safe.  Almost all Python API functions make the caller responsible for serializing calls (which is usually accomplished "by magic" via the GIL).  This includes calls to all facilities supplied by obmalloc.

----------
nosy: +tim_one

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


More information about the Python-bugs-list mailing list