Skip to content

Commit 0448daf

Browse files
Update Lib/test/test_capi/test_immortal.py
Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent 99e897f commit 0448daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_immortal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_immortal(self):
4040
with self.subTest(non_immortal=non_immortal):
4141
self.assertFalse(_testcapi.is_immortal(non_immortal))
4242

43+
# CRASHES _testcapi.is_immortal(NULL)
4344

4445

4546
if __name__ == "__main__":

0 commit comments

Comments
 (0)