]> granicus.if.org Git - python/commit
Issue #21247: Fix a race condition in test_send_signal() of asyncio
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Jul 2014 21:49:11 +0000 (23:49 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Jul 2014 21:49:11 +0000 (23:49 +0200)
commit98fa332e334633d5559ff3963df0ab5c6108d8e1
tree649e60421b9ecc111b4157bc39af0f91df0db951
parentfe5649c7b7bf52147480d6b1124a3d8e3597aee3
Issue #21247: Fix a race condition in test_send_signal() of asyncio

Add a basic synchronization mechanism to wait until the child process is ready
before sending it a signal.
Lib/test/test_asyncio/test_subprocess.py