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 vstinner
Date 2019-05-14.12:05:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I modified regrtest (Python test runner) to kill worker processes using SIGKILL when the main process is interrupted by CTRL+C. Problem: nothing clears temporary directories created by these worker processes.

I'm working on a fix.
History
Date User Action Args
2019-05-14 12:05:07vstinnersetrecipients: + vstinner
2019-05-14 12:05:07vstinnersetmessageid: <[email protected]>
2019-05-14 12:05:07vstinnerlinkissue36915 messages
2019-05-14 12:05:07vstinnercreate