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 pitrou
Recipients pitrou
Date 2010-10-13.20:16:27
SpamBayes Score 0.0025491563
Marked as misclassified No
Message-id <1287000989.52.0.725529628819.issue10093@psf.upfronthosting.co.za>
In-reply-to
Content
This patch outputs a warning on file deallocation when it hasn't been explicitly closed by the programmer.

Printing the warning by default is probably not desirable, but using the patch for "-X" options in issue10089 would allow to switch on when necessary.
History
Date User Action Args
2010-10-13 20:16:29pitrousetrecipients: + pitrou
2010-10-13 20:16:29pitrousetmessageid: <1287000989.52.0.725529628819.issue10093@psf.upfronthosting.co.za>
2010-10-13 20:16:28pitroulinkissue10093 messages
2010-10-13 20:16:28pitroucreate