[New-bugs-announce] [issue36915] regrtest: when interrupted, temporary directory is not removed

STINNER Victor report at bugs.python.org
Tue May 14 08:05:07 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

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.

----------
components: Tests
messages: 342451
nosy: vstinner
priority: normal
severity: normal
status: open
title: regrtest: when interrupted, temporary directory is not removed
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36915>
_______________________________________


More information about the New-bugs-announce mailing list