]> granicus.if.org Git - python/commit
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)
authorMichael Felt <aixtools@users.noreply.github.com>
Sun, 17 Feb 2019 12:02:56 +0000 (13:02 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 17 Feb 2019 12:02:56 +0000 (04:02 -0800)
commit1bf8845f74013c5f1cc5f49a11e52c652a1fb9dd
treee5bbf3e087331bb90ddf2866345012a5cb51f88e
parent414c625a7ea58943f0b1bc79d095d667d78db013
bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391)

Fix  Modules/_testmultiphase.c so that it exits with non-zero status on AIX just as other systems do (non zero exit status, e.g. as result of a segmentation fault) when a NULL pointer is accessed for data.

https://bugs.python.org/issue34720
Misc/NEWS.d/next/Tests/2018-12-26-12-31-16.bpo-34720.T268vz.rst [new file with mode: 0644]
Modules/_testmultiphase.c