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 Pierrick.Koch
Recipients Pierrick.Koch
Date 2013-05-07.13:45:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367934356.3.0.498041746077.issue17925@psf.upfronthosting.co.za>
In-reply-to
Content
Dear,

del deque[0] is not safe, see the attached patch for the asynchat.async_chat.initiate_send method.
fix the "IndexError: deque index out of range" of "del self.producer_fifo[0]"

Best,
Pierrick Koch
History
Date User Action Args
2013-05-07 13:45:56Pierrick.Kochsetrecipients: + Pierrick.Koch
2013-05-07 13:45:56Pierrick.Kochsetmessageid: <1367934356.3.0.498041746077.issue17925@psf.upfronthosting.co.za>
2013-05-07 13:45:56Pierrick.Kochlinkissue17925 messages
2013-05-07 13:45:56Pierrick.Kochcreate