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 tim.peters
Recipients mbandy, pitrou, tim.peters
Date 2010-02-25.22:10:17
SpamBayes Score 0.00010590479
Marked as misclassified No
Message-id <1267135819.53.0.700174786725.issue8020@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-02-25 22:10:19tim.peterssetrecipients: + tim.peters, pitrou, mbandy
2010-02-25 22:10:19tim.peterssetmessageid: <1267135819.53.0.700174786725.issue8020@psf.upfronthosting.co.za>
2010-02-25 22:10:18tim.peterslinkissue8020 messages
2010-02-25 22:10:17tim.peterscreate