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 ZackerySpytz, barry, benjamin.peterson, serhiy.storchaka, tshepang
Date 2018-10-12.07:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539328706.91.0.788709270274.issue16965@psf.upfronthosting.co.za>
In-reply-to
Content
`exec(compile(open("fn", "rb").read(), "fn", 'exec'))` will emit a resource warning because the open file is not closed explicitly.

But this is a different issue.
History
Date User Action Args
2018-10-12 07:18:26serhiy.storchakasetrecipients: + serhiy.storchaka, barry, benjamin.peterson, tshepang, ZackerySpytz
2018-10-12 07:18:26serhiy.storchakasetmessageid: <1539328706.91.0.788709270274.issue16965@psf.upfronthosting.co.za>
2018-10-12 07:18:26serhiy.storchakalinkissue16965 messages
2018-10-12 07:18:26serhiy.storchakacreate