]> granicus.if.org Git - python/commit
Issue #8407: Fix the signal handler of the signal module: if it is called
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 00:35:58 +0000 (02:35 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 00:35:58 +0000 (02:35 +0200)
commitc13ef66649985025382c64f6af8e3b956411e05b
tree4f224212ec11dfefa32f093c777b09e1fe0e2ae7
parentb45c7087aa967843f2e11116fbb4a7f5a32a1c3f
Issue #8407: Fix the signal handler of the signal module: if it is called
twice, it now writes the number of the second signal into the wakeup fd.
Lib/test/test_signal.py
Modules/signalmodule.c