]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_faulthandler: use _sigsegv() instead of _read_null()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 21:37:59 +0000 (23:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 17 Jun 2013 21:37:59 +0000 (23:37 +0200)
commit56785395004da961a3dc695217e5d3e3f961920a
tree2c74eea7095fc947a46a423205f7294b1ce97096
parent43b2639fe2a05f74b987bd7e8818a958149565c8
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