[issue16183] ZipExtFile object close without file handle closed

2012-11-04 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: -Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue16183] ZipExtFile object close without file handle closed

2012-11-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6a14f692df1c by Jesus Cea in branch '2.7': Closes #16183: ZipExtFile object close without file handle closed (backporting of Issue #9846) http://hg.python.org/cpython/rev/6a14f692df1c -- nosy: +python-dev resolution: -> fixed stage: -> co

[issue16183] ZipExtFile object close without file handle closed

2012-11-03 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: This bug was solved in python 3.2. Pyhton 3.1 is affected. This is not a windows issue: the file reference is kept in all platforms. This seems to be solved in 2c370065c1b4 and 260ff379115c. See issue #9846. -- nosy: +jcea __

[issue16183] ZipExtFile object close without file handle closed

2012-10-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Windows nosy: +alanmcintyre, loewis ___ Python tracker ___ ___ Python-bugs-list mailing

[issue16183] ZipExtFile object close without file handle closed

2012-10-10 Thread V.E.O
Changes by V.E.O : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue16183] ZipExtFile object close without file handle closed

2012-10-10 Thread V.E.O
New submission from V.E.O: Hi, I tried to open file-like object ZipExtFile in one zip file, after operations, I close it and after all, close ZipFile. But I still can not remove the zip file immediately. This problem happens on Windows, error msg: WindowsError: [Error 32] The process cannot acc