diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-03 22:29:42 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-03 22:29:42 +0200 |
commit | cf0f4f973e1dc8646ac635717128235d97481add (patch) | |
tree | 26e56a241f21869228197f555919a39014a294d8 /Python/errors.c | |
parent | 877e273d143bc8af38641ffd47dfff3a0df9d4f3 (diff) | |
download | cpython-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