Message176544
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. |
|
Date |
User |
Action |
Args |
2012-11-28 14:21:52 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, alanmcintyre |
2012-11-28 14:21:51 | serhiy.storchaka | set | messageid: <1354112511.94.0.436567820333.issue16569@psf.upfronthosting.co.za> |
2012-11-28 14:21:51 | serhiy.storchaka | link | issue16569 messages |
2012-11-28 14:21:50 | serhiy.storchaka | create | |
|