cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-141536: Fix a crash when running test_capi *after* test_code in the same process

Open Yhg1s opened this issue 3 months ago • 1 comments

  • Issue: gh-141536

Yhg1s avatar Nov 13 '25 23:11 Yhg1s

There's CI problem with test_import for UBSan build. I have two sequential problems on my PR: https://github.com/python/cpython/pull/139717

See also https://github.com/python/cpython/issues/141545, https://github.com/python/cpython/issues/131229

efimov-mikhail avatar Nov 14 '25 07:11 efimov-mikhail

Thanks @Yhg1s for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. 🐍🍒⛏🤖

miss-islington-app[bot] avatar Jan 07 '26 15:01 miss-islington-app[bot]

Sorry, @Yhg1s, I could not cleanly backport this to 3.13 due to a conflict. Please backport using cherry_picker on command line.

cherry_picker b2827de18fe88152dc38c1aa76c39b69ef59cb6f 3.13

miss-islington-app[bot] avatar Jan 07 '26 15:01 miss-islington-app[bot]

GH-143522 is a backport of this pull request to the 3.14 branch.

bedevere-app[bot] avatar Jan 07 '26 15:01 bedevere-app[bot]

GH-143625 is a backport of this pull request to the 3.13 branch.

bedevere-app[bot] avatar Jan 09 '26 17:01 bedevere-app[bot]