-
-
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
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
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
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
Zero-width characters cause unbounded memory use in PyREPL
3.13
bugs and security fixes
topic-repl
Related to the interactive shell
type-bug
An unexpected behavior, bug, or error
#126685
opened Nov 11, 2024 by
trag1c
_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
urllib.request.pathname2url() raises on NTFS alternate data stream
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
#126601
opened Nov 8, 2024 by
barneygale
Failed assertion in typeobject.c::wrap_buffer for 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
b"".__buffer__(-2**31 - 1)
3.12
#126594
opened Nov 8, 2024 by
devdanzin
nogil inconsistent empty list while sorting
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-bug
An unexpected behavior, bug, or error
#126559
opened Nov 7, 2024 by
luisggpina
ctypes: We do not correctly handle NULL dlsym() return values
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-ctypes
type-bug
An unexpected behavior, bug, or error
#126554
opened Nov 7, 2024 by
grgalex
Previous Next
ProTip!
Updated in the last three days: updated:>2024-11-13.