We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e897f commit 0448dafCopy full SHA for 0448daf
Lib/test/test_capi/test_immortal.py
@@ -40,6 +40,7 @@ def test_immortal(self):
40
with self.subTest(non_immortal=non_immortal):
41
self.assertFalse(_testcapi.is_immortal(non_immortal))
42
43
+ # CRASHES _testcapi.is_immortal(NULL)
44
45
46
if __name__ == "__main__":
0 commit comments