]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 19:52:24 +0000 (21:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 19:52:24 +0000 (21:52 +0200)
commit3f41c64ba0003d027eb6da16c8aa7e5479eff0d8
treefd8ed2b6acb981ee95dfdc1d7808c7250c529cf0
parent546ccf090e6960dadf6cae6a088d71fe42ce7b86
parent91f9bdd773eb62cbac50880c7f87bd2dd725a3e8
(Merge 3.3) Issue #18238: Skip test_signal.test_sigwaitinfo_interrupted() on AIX

sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on
AIX.
Lib/test/test_signal.py