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 alanmcintyre, serhiy.storchaka
Date 2012-11-28.14:21:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354112511.94.0.436567820333.issue16569@psf.upfronthosting.co.za>
In-reply-to
Content
If the ZipFile was created by passing in a file-like object as the first argument to the constructor, then simultaneous reading or writing of different file results in an non-consistent state. There is a warning about this in the documentation. The proposed patch forces this condition, raising the early exception if you attempt to simultaneously access.

I'm not sure whether it's worth apply to older versions.
History
Date User Action Args
2012-11-28 14:21:52serhiy.storchakasetrecipients: + serhiy.storchaka, alanmcintyre
2012-11-28 14:21:51serhiy.storchakasetmessageid: <1354112511.94.0.436567820333.issue16569@psf.upfronthosting.co.za>
2012-11-28 14:21:51serhiy.storchakalinkissue16569 messages
2012-11-28 14:21:50serhiy.storchakacreate