Skip to content

Conversation

@Yhg1s
Copy link
Member

@Yhg1sYhg1s commented Nov 13, 2025

@efimov-mikhail
Copy link
Member

efimov-mikhail commented Nov 14, 2025

There's CI problem with test_import for UBSan build. I have two sequential problems on my PR:
#139717

See also #141545, #131229

meta-codesyncbot pushed a commit to facebookincubator/cinder that referenced this pull request Nov 20, 2025
Summary: We need this PR to resolve a segfault - python/cpython#141537 Patching it in now since it may be some time before it lands in upstream + get backported to 3.14 This diff adds a patch to the `third-party/python/3.14` Meta-internal fork. Fix a crash when running test_capi *after* test_code in the same process Reviewed By: itamaro Differential Revision: D87464010 fbshipit-source-id: 79e515ab5733a365ef52c821b06c59f59ded0a7a
Copy link
Contributor

@itamaroitamaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL about late_deletion in test.support!

Copy link
Member

@vstinnervstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I confirm that this change fix the issue #141536.

@Yhg1sYhg1s merged commit b2827de into python:mainJan 7, 2026
48 checks passed
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 7, 2026
… in the same process (pythonGH-141537) (cherry picked from commit b2827de) Co-authored-by: T. Wouters <thomas@python.org>
@miss-islington-app
Copy link

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 

@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.14 bugs and security fixes label Jan 7, 2026
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request Jan 9, 2026
…st_code in the same process (pythonGH-141537) (cherry picked from commit b2827de) Co-authored-by: T. Wouters <thomas@python.org>
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Jan 9, 2026
kumaraditya303 pushed a commit that referenced this pull request Jan 10, 2026
…e in the same process (GH-141537) (#143522) gh-141536: Fix a crash when running test_capi *after* test_code in the same process (GH-141537) (cherry picked from commit b2827de) Co-authored-by: T. Wouters <thomas@python.org>
serhiy-storchaka pushed a commit that referenced this pull request Jan 12, 2026
…e in the same process (GH-141537) (GH-143625) (cherry picked from commit b2827de) Co-authored-by: T. Wouters <thomas@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Yhg1s@efimov-mikhail@vstinner@itamaro