Skip to content

Commit

Permalink
Update Lib/test/test_capi/test_immortal.py
Browse files Browse the repository at this point in the history
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
  • Loading branch information
ZeroIntensity and serhiy-storchaka authored Jan 23, 2025
1 parent 99e897f commit 0448daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_capi/test_immortal.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_immortal(self):
with self.subTest(non_immortal=non_immortal):
self.assertFalse(_testcapi.is_immortal(non_immortal))

# CRASHES _testcapi.is_immortal(NULL)


if __name__ == "__main__":
Expand Down

0 comments on commit 0448daf

Please sign in to comment.