-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-subinterpreterstype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Description
Crash report
Bug description:
This is a problem in Python/crossinterp.c, as exposed by the _interpreters module.
reproducer:
- interp is running as "main" in thread 1
- thread 2 calls
_PyXI_Enter()
, which emits the_PyXI_ERR_ALREADY_RUNNING
error code - thread 1 finishes
- thread 2 calls
_PyXI_ApplyError()
_PyXI_ApplyError()
calls_PyInterpreterState_FailIfNotRunning()
to raise the exception, but it doesn't raise anything
I noticed this while working on gh-126914.
CPython versions tested on:
3.14
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesinterpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-subinterpreterstype-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Projects
Status
Done