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 chris.jerdonek
Recipients chris.jerdonek, docs@python, rhettinger
Date 2012-07-12.06:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342073825.15.0.242851356401.issue15329@psf.upfronthosting.co.za>
In-reply-to
Content
I think some of the information in the issue 15330 comments would be very helpful to add as well (what thread-safe means in Python, distinction between thread-safe and atomic, and which deque methods are thread-safe and/or atomic).

If some of that information is too general for the collections library, perhaps some of it can go in a section of the Python documentation about multithreading (the glossary?), and then be linked to there.
History
Date User Action Args
2012-07-12 06:17:05chris.jerdoneksetrecipients: + chris.jerdonek, rhettinger, docs@python
2012-07-12 06:17:05chris.jerdoneksetmessageid: <1342073825.15.0.242851356401.issue15329@psf.upfronthosting.co.za>
2012-07-12 06:17:04chris.jerdoneklinkissue15329 messages
2012-07-12 06:17:04chris.jerdonekcreate