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 Jim.Jewett, asksol, davin, pitrou, vstinner
Date 2017-06-26.11:48:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498477715.16.0.322379652814.issue30596@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think so.  It is ok to let the GC delete the resources by itself.  close() is just there for people who want to ensure whatever small amount of resources (a file descriptor, mostly) are released timely.
History
Date User Action Args
2017-06-26 11:48:35pitrousetrecipients: + pitrou, vstinner, asksol, Jim.Jewett, davin
2017-06-26 11:48:35pitrousetmessageid: <1498477715.16.0.322379652814.issue30596@psf.upfronthosting.co.za>
2017-06-26 11:48:35pitroulinkissue30596 messages
2017-06-26 11:48:35pitroucreate