gh-143377: fix crashes in `_interpreters.capture_exception` · python/cpython@a1512de · GitHub
Skip to content

Commit a1512de

Browse files
committed
gh-143377: fix crashes in _interpreters.capture_exception
1 parent e6bfe4d commit a1512de

3 files changed

Lines changed: 58 additions & 4 deletions

File tree

Lib/test/test_crossinterp.py

Lines changed: 48 additions & 1 deletion
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix a crash in :func:`!_interpreters.capture_exception` when
2+
the exception is incorrectly formatted. Patch by Bénédikt Tran.

Python/crossinterp.c

Lines changed: 8 additions & 3 deletions

0 commit comments

Comments
 (0)