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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, chris.jerdonek, docs@python, rhettinger
Date 2012-07-12.16:05:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342109112.94.0.31529022692.issue15329@psf.upfronthosting.co.za>
In-reply-to
Content
> Pypy tends to make fewer guarantees because it implements 
> more classes in pure python.

This is not exactly true; in PyPy the _collection module was rewritten in RPython (which is translated to C) for this very reason: to make dequeue.append atomic and thus thread-safe.
History
Date User Action Args
2012-07-12 16:05:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rhettinger, chris.jerdonek, docs@python
2012-07-12 16:05:12amaury.forgeotdarcsetmessageid: <1342109112.94.0.31529022692.issue15329@psf.upfronthosting.co.za>
2012-07-12 16:05:12amaury.forgeotdarclinkissue15329 messages
2012-07-12 16:05:12amaury.forgeotdarccreate