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 vstinner
Recipients benjamin.peterson, berker.peksag, brett.cannon, serhiy.storchaka, terry.reedy, vstinner
Date 2017-04-20.00:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492646683.51.0.513531031449.issue29887@psf.upfronthosting.co.za>
In-reply-to
Content
> The test should try to write the file in a temporary file, or simply skip the test.

I proposed https://github.com/python/cpython/pull/1196 to skip the test in that case.

Creating a temporary file is more complex since the API doesn't work as a context manager, and it's unclear who would be responsible to remove the temporary file.
History
Date User Action Args
2017-04-20 00:04:44vstinnersetrecipients: + vstinner, brett.cannon, terry.reedy, benjamin.peterson, berker.peksag, serhiy.storchaka
2017-04-20 00:04:43vstinnersetmessageid: <1492646683.51.0.513531031449.issue29887@psf.upfronthosting.co.za>
2017-04-20 00:04:43vstinnerlinkissue29887 messages
2017-04-20 00:04:42vstinnercreate