summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-07-03 22:29:42 +0200
committerVictor Stinner <victor.stinner@gmail.com>2013-07-03 22:29:42 +0200
commitcf0f4f973e1dc8646ac635717128235d97481add (patch)
tree26e56a241f21869228197f555919a39014a294d8 /Python/errors.c
parent877e273d143bc8af38641ffd47dfff3a0df9d4f3 (diff)
downloadcpython-cf0f4f973e1dc8646ac635717128235d97481add.tar.gz
test_faulthandler: skip test_read_null() on AIX
AIX maps the first page of memory at address zero as valid, read-only. Reading NULL is not a fault on AIX. This is utilized by IBM compiler optimizations. One speculatively can indirect through a pointer which may be null without first testing if null and defer the test before using the value.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions