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 minrk
Recipients dstufft, eric.araujo, minrk
Date 2015-11-03.14:15:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446560146.63.0.814875607484.issue25544@psf.upfronthosting.co.za>
In-reply-to
Content
One of the nits noted in http://bugs.python.org/issue717152, which introduced ccompiler.has_function, was that it does not clean up after itself.

This patch uses a TemporaryDirectory context to ensure that the files created during has_function are cleaned up.
History
Date User Action Args
2015-11-03 14:15:46minrksetrecipients: + minrk, eric.araujo, dstufft
2015-11-03 14:15:46minrksetmessageid: <1446560146.63.0.814875607484.issue25544@psf.upfronthosting.co.za>
2015-11-03 14:15:46minrklinkissue25544 messages
2015-11-03 14:15:46minrkcreate