[issue32252] test_regrtest leaves a test_python_* directory in TEMPDIR

STINNER Victor report at bugs.python.org
Fri Jun 21 05:38:28 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

This issue has been fixed in a more generic way: when using -jN, child processes reuse the temporary directory of the main process, and then main process ensures that the temporary directory is always removed:

commit 3c93153f7db5dd9b06f229e61978fd9199b3c097
Author: Victor Stinner <vstinner at redhat.com>
Date:   Tue May 14 15:49:16 2019 +0200

    bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)

I close the issue. Moreover, the initial issue has been fixed.

Thanks for the report Xavier :-)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list