]> granicus.if.org Git - python/commit
faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 11:54:14 +0000 (13:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 11:54:14 +0000 (13:54 +0200)
commit5083828d65b6eb617d4333a1c0c4c9b7c3f452a6
treed00ab83834e6fb85362f52319ea84a2da77de7e7
parent9db521c4a8216e9fb0af1c2dfff08f077f5eaf9c
faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),
because _read_null() cannot be used on AIX. On AIX, reading from NULL is
allowed: the first page of memory is a mapped read-only on AIX.
Lib/test/test_faulthandler.py
Modules/faulthandler.c