]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12363: improve siginterrupt() tests
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 20:15:51 +0000 (22:15 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 22 Jun 2011 20:15:51 +0000 (22:15 +0200)
commit4527365ee4241246e437031b23dc62eb10b589e4
tree534f1857fae8fd81bddda2217a773acc00e229ae
parentc0a9f75fbae5b70fe98887d36a32229165f7d60a
Issue #12363: improve siginterrupt() tests

Add a basic synchronization code between the child and the parent processes:
the child writes "ready" to stdout.
Lib/test/test_signal.py