Antoine Pitrou <[email protected]> added the comment: Obviously it also involves changing the code where the macro is invoked. It would be quite non-controversial though.
I've a got a more interesting question: how does the memory allocator end up being invoked from two threads at once? Usually memory allocations should be serialized by the GIL (the Global Interpreter Lock). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8020> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
