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 rhettinger, serhiy.storchaka
Date 2014-11-09.19:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415560947.71.0.445590332058.issue22831@psf.upfronthosting.co.za>
In-reply-to
Content
Here is large patch which convert a code which potentially can leak file descriptor to use the with statement so files are always closed. This can make effect mainly on alternative Python implementation without reference counting. But even on CPython this will get rid from resource leaking warnings.
History
Date User Action Args
2014-11-09 19:22:37serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2014-11-09 19:22:27serhiy.storchakasetmessageid: <1415560947.71.0.445590332058.issue22831@psf.upfronthosting.co.za>
2014-11-09 19:22:27serhiy.storchakalinkissue22831 messages
2014-11-09 19:22:27serhiy.storchakacreate