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 amaury.forgeotdarc, chris.jerdonek, flox, pitrou
Date 2012-07-12.08:28:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342081695.91.0.394472775508.issue15320@psf.upfronthosting.co.za>
In-reply-to
Content
That sounds fine.  And thanks for investigating.

By the way, I created issue 15329 earlier today to clarify what guarantees deque provides with respect to multithreading.  For example, the distinction between thread-safe and atomic is not currently mentioned.  As you observed, deque.extend() is not atomic but I'm guessing is probably considered safe.
History
Date User Action Args
2012-07-12 08:28:15chris.jerdoneksetrecipients: + chris.jerdonek, amaury.forgeotdarc, pitrou, flox
2012-07-12 08:28:15chris.jerdoneksetmessageid: <1342081695.91.0.394472775508.issue15320@psf.upfronthosting.co.za>
2012-07-12 08:28:15chris.jerdoneklinkissue15320 messages
2012-07-12 08:28:15chris.jerdonekcreate