[issue37338] test_multiprocessing_forkserver: test_thousand() logged on AMD64 Ubuntu Shared 3.x: Exception ignored in: <Finalize object, dead>

STINNER Victor report at bugs.python.org
Wed Jun 19 06:00:46 EDT 2019


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

Currently, SemLock does not provide a way to explicitly delete it. Maybe a new close() method should be added, similar to Process.close() and Pool.terminate(), to make resource management more deterministic (more reliable).

----------

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


More information about the Python-bugs-list mailing list