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 eric.araujo
Recipients Tiger-222, dstufft, eric.araujo, serhiy.storchaka, xtreak
Date 2018-12-05.14:08:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544018894.62.0.788709270274.issue35416@psf.upfronthosting.co.za>
In-reply-to
Content
I think the places that already use try/finally: close are correct.

We try to minimize churn in distutils; changing to with is nice but does not fix errors or warning in these cases.

The changes for the few spots that don’t use finally: close are welcome though!
History
Date User Action Args
2018-12-05 14:08:14eric.araujosetrecipients: + eric.araujo, serhiy.storchaka, dstufft, xtreak, Tiger-222
2018-12-05 14:08:14eric.araujosetmessageid: <1544018894.62.0.788709270274.issue35416@psf.upfronthosting.co.za>
2018-12-05 14:08:14eric.araujolinkissue35416 messages
2018-12-05 14:08:14eric.araujocreate