Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
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
Next Next commit
Update test_arrays.py
Co-authored-by: Petr Viktorin <[email protected]>
  • Loading branch information
ZeroIntensity and encukou authored Jan 9, 2025
commit ce942340bd905a6493200d673ce43151bd90f40f
3 changes: 2 additions & 1 deletion Lib/test/test_ctypes/test_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ def run():
with threading_helper.start_threads(threads):
pass

self.assertIsNone(cm.exc_value)
if cm.exc_value:
raise cm.exc_value


if __name__ == '__main__':
Expand Down