]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12700: fix test_faulthandler for Mac OS X Lion
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 8 Aug 2011 20:43:45 +0000 (22:43 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 8 Aug 2011 20:43:45 +0000 (22:43 +0200)
commita8db37843436dc34b6ea6fa790da50a6db0bb6b7
tree083933fa17fe65795bc862999ebfed29727a7c40
parent96598afac4b576b67503c9658810598d03fe4e4b
Issue #12700: fix test_faulthandler for Mac OS X Lion

Read from NULL raises SIGILL, not SIGSEGV, on Mac OS X Lion.
Lib/test/test_faulthandler.py