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 SilentGhost
Recipients SilentGhost, jdufresne, r.david.murray
Date 2016-12-04.21:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480885937.87.0.737787527942.issue28867@psf.upfronthosting.co.za>
In-reply-to
Content
> The point of ResourceWarning it tell you when you are depending on destructors for cleanup
But there is an explicit call in __del__ to .close(), it's looks like intended behaviour and is ultimately the difference that Jon was seeing between NamedTemporaryFile and TemporaryFile.
History
Date User Action Args
2016-12-04 21:12:17SilentGhostsetrecipients: + SilentGhost, r.david.murray, jdufresne
2016-12-04 21:12:17SilentGhostsetmessageid: <1480885937.87.0.737787527942.issue28867@psf.upfronthosting.co.za>
2016-12-04 21:12:17SilentGhostlinkissue28867 messages
2016-12-04 21:12:17SilentGhostcreate