STINNER Victor <vstin...@redhat.com> added the comment:

The test can be fixed in Python 2.7 by exposing pthread_sigmask() somehow, or 
at least pthread_sigmask(SIG_BLOCK, [SIGALARM]), but honestly, I don't think 
that it's worth it. The test only very rarely hangs, and the bug has already 
been fixed in Python 3.

I close the issue. I fixed a race condition in test_io of Python 3. (The bot 
will shortly backport the fix to 3.7).

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

_______________________________________
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

Reply via email to