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 Tiger-222
Recipients Tiger-222, dstufft, eric.araujo
Date 2018-12-05.08:54:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544000059.73.0.788709270274.issue35416@psf.upfronthosting.co.za>
In-reply-to
Content
I am looking to clean-up potential ResourceWarnings in distutils. The patch will provide 2 changes:
    - ensure file descriptor are always closed when it is not the case
    - and uniformization of the "with open(...)" use
History
Date User Action Args
2018-12-05 08:54:19Tiger-222setrecipients: + Tiger-222, eric.araujo, dstufft
2018-12-05 08:54:19Tiger-222setmessageid: <1544000059.73.0.788709270274.issue35416@psf.upfronthosting.co.za>
2018-12-05 08:54:19Tiger-222linkissue35416 messages
2018-12-05 08:54:19Tiger-222create