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 vstinner
Recipients Jim.Jewett, asksol, davin, pitrou, vstinner
Date 2017-06-26.11:47:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498477626.23.0.788803423388.issue30596@psf.upfronthosting.co.za>
In-reply-to
Content
Since the object now has a close() method, would it make sense to emit a ResourceWarning if it's not closed explicitly? As I did recently in subprocess.Popen destructor.
History
Date User Action Args
2017-06-26 11:47:06vstinnersetrecipients: + vstinner, pitrou, asksol, Jim.Jewett, davin
2017-06-26 11:47:06vstinnersetmessageid: <1498477626.23.0.788803423388.issue30596@psf.upfronthosting.co.za>
2017-06-26 11:47:06vstinnerlinkissue30596 messages
2017-06-26 11:47:06vstinnercreate