summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-07-03 22:35:39 +0200
committerVictor Stinner <victor.stinner@gmail.com>2013-07-03 22:35:39 +0200
commit600f7fccf3becf6184779c582a7c1a40f6c843b7 (patch)
tree87a7bb25456a2d54edbb2ec02e2399b6b84c0b83 /Python/errors.c
parent3df17fc294944998cee11b83e0fae62774cd0afe (diff)
parentcf0f4f973e1dc8646ac635717128235d97481add (diff)
downloadcpython-600f7fccf3becf6184779c582a7c1a40f6c843b7.tar.gz
(Merge 3.3) 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