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 rhettinger
Recipients jcea, jcon, python-dev, rhettinger, serhiy.storchaka, sfllaw
Date 2013-02-02.19:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359833266.42.0.549345008468.issue16398@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, it is intentional that a new block is created.  Also, note the deque implementation uses freelisting (block reuse) so getting a "new block" is very cheap.   Please leave this design unchanged -- it makes it very easy to reason about the deques work and how they perform.  It also contributes to the invariants being understandable.
History
Date User Action Args
2013-02-02 20:19:16rhettingerunlinkissue16398 messages
2013-02-02 19:27:46rhettingersetrecipients: + rhettinger, jcea, sfllaw, python-dev, jcon, serhiy.storchaka
2013-02-02 19:27:46rhettingersetmessageid: <1359833266.42.0.549345008468.issue16398@psf.upfronthosting.co.za>
2013-02-02 19:27:46rhettingerlinkissue16398 messages
2013-02-02 19:27:46rhettingercreate