-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
An interpreter's initial thread can be accessed while finalizing
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, 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
#126914
opened Nov 16, 2024 by
ZeroIntensity
Unwinding support for the JIT compiler
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-JIT
#126910
opened Nov 16, 2024 by
pablogsal
Running bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
atexit
from threads in free-threading build segfaults
3.13
#126907
opened Nov 16, 2024 by
devdanzin
Segfault/aborts calling bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
stdlib
Python modules in the Lib dir
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
difflib._test
in threads in a free-threaded build
3.13
#126895
opened Nov 16, 2024 by
devdanzin
Warmup counters should be reset when JIT compiling code
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
topic-JIT
#126892
opened Nov 16, 2024 by
brandtbucher
Restore docstrings in new features, bugs and security fixes
extension-modules
C modules in the Modules dir
topic-SSL
type-bug
An unexpected behavior, bug, or error
ssl
3.14
#126890
opened Nov 15, 2024 by
ZeroIntensity
Calling bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
topic-free-threading
type-crash
A hard crash of the interpreter, possibly with a core dump
cProfile.runctx
in threads on a free-threading build segfaults
3.13
#126884
opened Nov 15, 2024 by
devdanzin
datetime.fromisoformat()
parses offset minutes outside 00-59 range
3.12
#126883
opened Nov 15, 2024 by
ariebovenberg
Segfault with bugs and security fixes
3.13
bugs and security fixes
3.14
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
asyncio.base_events.BaseEventLoop
when passed a small float to set_debug
.
3.12
#126881
opened Nov 15, 2024 by
devdanzin
Assertion failure if for bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
type-crash
A hard crash of the interpreter, possibly with a core dump
socket._fallback_socketpair
with too large default timeout
3.12
#126876
opened Nov 15, 2024 by
devdanzin
Possible overflow in typeobject.c:tail_contains
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
pending
The issue will be closed if no feedback is provided
type-bug
An unexpected behavior, bug, or error
#126862
opened Nov 15, 2024 by
federicovalenso
Overflow if bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
pending
The issue will be closed if no feedback is provided
type-bug
An unexpected behavior, bug, or error
ast.AST.end_col_offset
is absurdly large
3.12
#126860
opened Nov 15, 2024 by
federicovalenso
Overflow if co_linetable is absurdly large
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
pending
The issue will be closed if no feedback is provided
type-bug
An unexpected behavior, bug, or error
#126859
opened Nov 15, 2024 by
federicovalenso
Overflow if bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
pending
The issue will be closed if no feedback is provided
type-bug
An unexpected behavior, bug, or error
co_exceptiontable
is absurdly large
3.12
#126858
opened Nov 15, 2024 by
federicovalenso
urllib.request.url2pathname() mishandles non-empty authority sections on POSIX
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
stdlib
Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
#126838
opened Nov 14, 2024 by
barneygale
Use a higher tier-up threshold for JIT code
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
performance
Performance or resource usage
topic-JIT
#126795
opened Nov 13, 2024 by
brandtbucher
Fix Docu time.rst - GetSystemTimePreciseAsFileTime() and monotonic() clock
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
docs
Documentation in the Doc dir
#126745
opened Nov 12, 2024 by
dbstf
Allow to set non-UTF8 exception messages
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-C-API
type-feature
A feature request or enhancement
#126742
opened Nov 12, 2024 by
picnixz
locale.nl_langinfo(locale.ERA) does not work for past eras
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
type-bug
An unexpected behavior, bug, or error
#126727
opened Nov 12, 2024 by
serhiy-storchaka
InterpreterPoolExecutor workers do not inherit modifications made to sys.path before starting.
3.14
new features, 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
_interpreters
is not thread safe on the free-threaded build
3.13
#126644
opened Nov 10, 2024 by
devdanzin
NamedTemporaryFile doesn't issue a ResourceWarning when left unclosed on POSIX
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
stdlib
Python modules in the Lib dir
type-bug
An unexpected behavior, bug, or error
#126639
opened Nov 10, 2024 by
graingert
Please upgrade bundled Expat to 2.6.4 (e.g. for the fix to CVE-2024-50602)
3.9
only security fixes
3.10
only security fixes
3.11
only security fixes
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
topic-XML
type-security
A security issue
#126623
opened Nov 9, 2024 by
hartwork
Incorrect representation of bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
extension-modules
C modules in the Modules dir
type-bug
An unexpected behavior, bug, or error
itertools.count(sys.maxsize)
3.12
#126618
opened Nov 9, 2024 by
picnixz
Previous Next
ProTip!
Updated in the last three days: updated:>2024-11-13.