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 pitrou
Recipients Arfrever, ezio.melotti, pitrou, serhiy.storchaka, skrah
Date 2012-10-15.19:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350328122.65.0.355089044323.issue15958@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated patch using PySequence_Fast_GET_SIZE to avoid problems when the sequence is resized during iteration.
History
Date User Action Args
2012-10-15 19:08:42pitrousetrecipients: + pitrou, ezio.melotti, Arfrever, skrah, serhiy.storchaka
2012-10-15 19:08:42pitrousetmessageid: <1350328122.65.0.355089044323.issue15958@psf.upfronthosting.co.za>
2012-10-15 19:08:42pitroulinkissue15958 messages
2012-10-15 19:08:42pitroucreate