summaryrefslogtreecommitdiff
path: root/Lib/code.py
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
commit330426cfe268a3ccaaf2baa20e0d1d37b0312c40 (patch)
tree912af0e093326cd7205d2eeab99105976b3c3a26 /Lib/code.py
parentf4c47b5a35f399ae48a0bc816d5c705b57e8e342 (diff)
downloadcpython-git-330426cfe268a3ccaaf2baa20e0d1d37b0312c40.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 'Lib/code.py')
0 files changed, 0 insertions, 0 deletions