Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Lib/test/test_capi/test_long.py
  • Loading branch information
skirpichev authored Jun 3, 2024
commit 21eeb54abb30afd5e1904c944d7332e9571765ef
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ def test_long_getsign(self):
self.assertRaises(TypeError, getsign, 1.0)
self.assertRaises(TypeError, getsign, Index(123))

# CRACHES(getsign)
# CRASHES getsign(NULL)


if __name__ == "__main__":
Expand Down