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 lars.gustaebel, serhiy.storchaka
Date 2014-01-13.20:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389644794.57.0.468405626854.issue20244@psf.upfronthosting.co.za>
In-reply-to
Content
There are possible opened file leaks when unexpected error is occurred in tarfile.open for bzip2- or xz-compressed files (and gzip2-compressed in 2.7). Here is a patch. Unfortunately I have no tests.
History
Date User Action Args
2014-01-13 20:26:34serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel
2014-01-13 20:26:34serhiy.storchakasetmessageid: <1389644794.57.0.468405626854.issue20244@psf.upfronthosting.co.za>
2014-01-13 20:26:34serhiy.storchakalinkissue20244 messages
2014-01-13 20:26:34serhiy.storchakacreate