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 dstufft, epaine, eric.araujo, eric.smith, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2020-11-08.07:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604820213.8.0.893728852223.issue42278@roundup.psfhosted.org>
In-reply-to
Content
Most of them are in tests. There is no security issue there, also the code may be clearer and more reliable if use helper function test.support.temp_dir().

And most of the rest are in Windows specific code. Some Windows code may not work if you hold open file descriptor, so we should ensure that that code is tested.
History
Date User Action Args
2020-11-08 07:23:33serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, eric.smith, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft, epaine
2020-11-08 07:23:33serhiy.storchakasetmessageid: <1604820213.8.0.893728852223.issue42278@roundup.psfhosted.org>
2020-11-08 07:23:33serhiy.storchakalinkissue42278 messages
2020-11-08 07:23:33serhiy.storchakacreate