[issue21247] test_asyncio: test_subprocess_send_signal hangs on Fedora builders

STINNER Victor report at bugs.python.org
Wed Jul 16 19:07:03 CEST 2014


STINNER Victor added the comment:

Here is a patch implementing a basic synchronization between the parent and the child processing, to wait until the child is sleeping.

Can you please try this patch?

If it doesn't work, we might add a small sleep of 500 ms after the readline().

----------
keywords: +patch
Added file: http://bugs.python.org/file35973/test_send_signal.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21247>
_______________________________________


More information about the Python-bugs-list mailing list