]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 21:39:06 +0000 (23:39 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 21:39:06 +0000 (23:39 +0200)
commite08d4881f8552864bbca34908851a6004c4d6073
tree79dbf19ddeb2fabbcbd9305a056475364040950c
parent8f0aae54ba296d82bcf6fea055011ae844ab8f4b
parent56785395004da961a3dc695217e5d3e3f961920a
(Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()

faulthandler._read_null() is not reliable: it does not crash on AIX.
Lib/test/test_faulthandler.py