STINNER Victor <vstin...@python.org> added the comment:

> The thing is that we are running the test suite constantly on CI and 
> buildbots and non of them have seen this problem :(

Most (if not all) Python CIs run the Python test suite using -jN option which 
runs each test in isolation: a fresh process is spawned to a test file.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45128>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to