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, rhettinger
Date 2012-07-12.05:37:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342071476.96.0.0156991195654.issue15330@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, atomic. I was under the impression that the existing deque.rotate() is atomic, in which case deque.rotate(1) almost provides what I'm suggesting (lacking only the return value).
History
Date User Action Args
2012-07-12 05:37:57chris.jerdoneksetrecipients: + chris.jerdonek, rhettinger
2012-07-12 05:37:56chris.jerdoneksetmessageid: <1342071476.96.0.0156991195654.issue15330@psf.upfronthosting.co.za>
2012-07-12 05:37:56chris.jerdoneklinkissue15330 messages
2012-07-12 05:37:56chris.jerdonekcreate