]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(Merge 3.4) Issue #21247: Fix a race condition in test_send_signal() of asyncio
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Jul 2014 21:49:40 +0000 (23:49 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Jul 2014 21:49:40 +0000 (23:49 +0200)
Add a basic synchronization mechanism to wait until the child process is ready
before sending it a signal.


Trivial merge