This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients mbandy, pitrou
Date 2010-02-25.22:06:01
SpamBayes Score 0.0009383857
Marked as misclassified No
Message-id <1267135562.39.0.0970162219858.issue8020@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-02-25 22:06:02pitrousetrecipients: + pitrou, mbandy
2010-02-25 22:06:02pitrousetmessageid: <1267135562.39.0.0970162219858.issue8020@psf.upfronthosting.co.za>
2010-02-25 22:06:01pitroulinkissue8020 messages
2010-02-25 22:06:01pitroucreate