-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Issues: python/cpython
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
gh-134604: Fix tracemalloc crash with subinterpreters
awaiting review
needs backport to 3.14
bugs and security fixes
topic-subinterpreters
#134667
opened May 25, 2025 by
emmatyping
Loading…
gh-116909: fix data race with versions in typeobject
awaiting review
topic-subinterpreters
#134651
opened May 25, 2025 by
duaneg
Loading…
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support
awaiting changes
needs backport to 3.14
bugs and security fixes
topic-subinterpreters
#134606
opened May 24, 2025 by
ZeroIntensity
Loading…
Creating a subinterpreter when Python is run with -X tracemalloc leads to segfault
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
#134604
opened May 23, 2025 by
emmatyping
Exception _abc_impl is set to a wrong type when using format_exception
extension-modules
C modules in the Modules dir
pending
The issue will be closed if no feedback is provided
topic-C-API
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#134591
opened May 23, 2025 by
jato-c8y
The C API needs to protect state that can be deleted by finalization
3.13
bugs and security fixes
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
topic-C-API
topic-free-threading
topic-subinterpreters
triaged
The issue has been accepted as valid by a triager.
#134307
opened May 20, 2025 by
ZeroIntensity
Minor InterpreterPoolExecutor Issues
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#133485
opened May 6, 2025 by
ericsnowcurrently
GH-104289: Test importing all stdlib modules in subinterpreters
awaiting core review
skip news
tests
Tests in the Lib/test dir
topic-subinterpreters
#133392
opened May 4, 2025 by
AA-Turner
Loading…
Improve Py_mod_multiple_interpreters and Py_mod_gil Usability
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-C-API
topic-free-threading
topic-subinterpreters
type-feature
A feature request or enhancement
#132861
opened Apr 23, 2025 by
ericsnowcurrently
Improvements to test.support.interpreters.Interpreter
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-subinterpreters
type-feature
A feature request or enhancement
#132775
opened Apr 21, 2025 by
ericsnowcurrently
test_import
sometimes fails in "Hypothesis tests on Ubuntu" job
tests
#131229
opened Mar 14, 2025 by
sobolevn
Various data races in subinterpreter tests under TSAN
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#129824
opened Feb 7, 2025 by
colesbury
Data race on (Objects, Python, Grammar, and Parser dirs)
topic-free-threading
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
tp_flags
with subinterpreters and static types
interpreter-core
#129817
opened Feb 7, 2025 by
colesbury
Subinterpreters don't properly clean up threads
3.13
bugs and security fixes
3.14
bugs and security fixes
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
#128639
opened Jan 8, 2025 by
ZeroIntensity
test_interpreters.test_stress Failed on aarch64 Fedora Stable Clang 3.x Buildbot
3.14
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#128381
opened Dec 31, 2024 by
ericsnowcurrently
Embedded interpreters: No way to extend A feature request or enhancement
sys.path
topic-subinterpreters
type-feature
#128352
opened Dec 30, 2024 by
smurfix
Assertion failures from bugs and security fixes
3.14
bugs and security fixes
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
_interpchannels._register_end_types
3.13
#127234
opened Nov 24, 2024 by
devdanzin
test_interpreters.test_stress Crashes in managed_static_type_state_clear()
3.14
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
#127108
opened Nov 21, 2024 by
ericsnowcurrently
An interpreter can start running during bugs and security fixes
3.14
bugs and security fixes
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
_interpreters.destroy
3.13
#127041
opened Nov 19, 2024 by
ZeroIntensity
Custom environments in subinterpreters
topic-subinterpreters
type-feature
A feature request or enhancement
#126977
opened Nov 18, 2024 by
FFY00
InterpreterPoolExecutor workers do not inherit modifications made to sys.path before starting.
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#126714
opened Nov 12, 2024 by
TkTech
Multithreaded subinterpreters can be running during finalization
3.13
bugs and security fixes
3.14
bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
#126016
opened Oct 26, 2024 by
ZeroIntensity
InterpreterPoolExecutor doesn't respect "thread_name_prefix"
3.14
bugs and security fixes
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#125920
opened Oct 24, 2024 by
paultiq
TSAN race in _waiting_release
extension-modules
C modules in the Modules dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#123828
opened Sep 8, 2024 by
ccotter
Deadlock in Py_EndInterpreter following bpo-1596321: Fix threading._shutdown() for the main thread
3.9
only security fixes
3.10
only security fixes
3.11
only security fixes
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
#122517
opened Jul 31, 2024 by
jdoc-sag
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.