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 serhiy.storchaka
Recipients rhettinger, serhiy.storchaka
Date 2016-03-06.18:53:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457290407.19.0.35859236491.issue26496@psf.upfronthosting.co.za>
In-reply-to
Content
It is common that exhausted iterator frees a reference to iterating sequence. All builtin sequences (list, tuple, str, bytes, bytearray), set and dict support this. It would be nice if dequeue will support this too.
History
Date User Action Args
2016-03-06 18:53:27serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2016-03-06 18:53:27serhiy.storchakasetmessageid: <1457290407.19.0.35859236491.issue26496@psf.upfronthosting.co.za>
2016-03-06 18:53:27serhiy.storchakalinkissue26496 messages
2016-03-06 18:53:27serhiy.storchakacreate