Skip to content

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
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Make all executors execute tier 2 instructions (micro-ops) interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#113860 opened Jan 9, 2024 by markshannon
Guarantee progress in executors interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#113853 opened Jan 9, 2024 by markshannon
New warning: ‘_Py_stdlib_module_names’ defined but not used in Python/stdlib_module_names.h build The build process and cross-build easy interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#113845 opened Jan 9, 2024 by sobolevn
Possible undefined behavior division by zero in complex's _Py_c_pow() 3.11 bug and security fixes 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#113841 opened Jan 9, 2024 by gpshead
PyAsyncGenASend objects allocated from freelists may not have their finalizers called 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-asyncio type-bug An unexpected behavior, bug, or error
#113753 opened Jan 5, 2024 by colesbury
Make the MRO cache thread-safe in free-threaded builds 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-feature A feature request or enhancement
#113743 opened Jan 5, 2024 by colesbury
The Tier 2 Optimizer interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#113710 opened Jan 4, 2024 by Fidget-Spinner
test_logging SMTPHandlerTest fails due to bad encoding interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-unicode
#113650 opened Jan 2, 2024 by zooba
gh-113190: Reenable non-debug interned string cleanup awaiting review interpreter-core (Objects, Python, Grammar, and Parser dirs) needs backport to 3.12 bug and security fixes skip news
#113601 opened Dec 31, 2023 by eduardo-elizondo Loading…
Check if type attribute is actually modified before label it to improve some performance interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#113480 opened Dec 26, 2023 by gaogaotiantian
GH-113464: A copy-and-patch JIT compiler interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#113465 opened Dec 25, 2023 by brandtbucher Draft
JIT Compilation 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#113464 opened Dec 25, 2023 by brandtbucher
Incrementing class variable about 2**32 times causes the Python 3.12.1 interpreter to crash 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-crash A hard crash of the interpreter, possibly with a core dump
#113462 opened Dec 24, 2023 by gsbrodal
Crash Due to Exception in threading._shutdown() 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113148 opened Dec 14, 2023 by ericsnowcurrently
Lingering Subinterpreter Subthread Keeps Program From Exiting 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113146 opened Dec 14, 2023 by ericsnowcurrently
Ctrl-C Does Not Do Anything While A Subinterpreter Is Running in the Main Thread 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#113130 opened Dec 14, 2023 by ericsnowcurrently
Crash if Thread Running a Subinterpreter Is Interrupted During Finalization 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#113127 opened Dec 14, 2023 by ericsnowcurrently
gh-112354: Add executor for less-taken branch interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112902 opened Dec 9, 2023 by gvanrossum Draft
The new_interpreter() function incorrectly returns _PyStatus_OK() on some error code paths 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-subinterpreters type-bug An unexpected behavior, bug, or error
#112729 opened Dec 4, 2023 by colesbury
types.FunctionType is missing kwdefaults from the constructor 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#112640 opened Dec 3, 2023 by sobolevn
gcmodule: GIL drop during collection in debug mode may result in unexpected behavior with multiple threads interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#112564 opened Nov 30, 2023 by olutra
mimalloc: additional integration and changes for --disable-gil builds 3.13 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-free-threading type-feature A feature request or enhancement
#112532 opened Nov 29, 2023 by colesbury
6.13. Conditional expressions: Grammar seems wrong docs Documentation in the Doc dir interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112515 opened Nov 29, 2023 by tvogel
Helping users who mistake .rstrip() for .removesuffix() interpreter-core (Objects, Python, Grammar, and Parser dirs)
#112506 opened Nov 29, 2023 by Zac-HD
An opcode optimize error in Python 3.12.0 3.11 bug and security fixes 3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#112356 opened Nov 24, 2023 by tiwb
ProTip! Mix and match filters to narrow down what you’re looking for.