]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143377: fix crashes in `_interpreters.capture_exception` (GH-143418) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 10 Jan 2026 12:05:42 +0000 (13:05 +0100)
committerGitHub <noreply@github.com>
Sat, 10 Jan 2026 12:05:42 +0000 (12:05 +0000)
commitea70d164067ef1c6a3f75d3268e93eb30c652abd
treecdcbf311c584f170a922c77ee21e1befd181cc6b
parent5728089b73b099da6c2af9981845154c4df5f5d1
[3.14] gh-143377: fix crashes in `_interpreters.capture_exception` (GH-143418) (#143652)

gh-143377: fix crashes in `_interpreters.capture_exception` (GH-143418)
(cherry picked from commit ce6bae92da671e31013b00901591ce2b595b61ce)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_crossinterp.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-04-16-56-17.gh-issue-143377.YJqMCa.rst [new file with mode: 0644]
Python/crossinterp.c