STINNER Victor <vstin...@redhat.com> added the comment:
Sadly, issues with test_io.test_interrupted*() are old. See for example the bpo-23680. Two years ago, Martin Panter saw test_io.test_interrupted_write_text() hangs on Python 3.6 and on AMD64 FreeBSD 9.x 3.5: https://bugs.python.org/issue22331#msg266688 https://bugs.python.org/issue22331#msg266725 Martin proposed a fix using signal.pthread_kill() rather than scheduling a SIGALRM signal in 1 second, but the fix was not merged and I closed the issue since I didn't see the issue recently. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31731> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com