[issue35795] test_pkgutil test_zipapp fail in AMD64 Windows7 SP1 3.x and AMD64 Windows7 SP1 3.7 buildbots

STINNER Victor report at bugs.python.org
Wed Sep 11 17:40:03 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> Have we seen this recently? Should we just close this?

I'm fine with closing an issue which was a failure on a buildbot which was not seen in the last 3 months. I close the issue as out of date.


Moreover, since January, I enhanced regrtest to ensure that temporary directories created by child processes are removed, especially when they crash. See bpo-36915:

ommit 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)
    
    When using multiprocessing (-jN option), worker processes now create
    their temporary directory inside the temporary directory of the
    main process. So the main process is able to remove temporary
    directories of worker processes even if they crash or when they are
    killed by regrtest on KeyboardInterrupt (CTRL+c).
    
    Rework also how multiprocessing arguments are parsed in main.py.

It's not perfect yet, but it's better than previously :-) See bpo-37531 for a follow-up issue.

----------
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list