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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
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 atexit from threads in free-threading build segfaults 3.13 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
#126907 opened Nov 16, 2024 by devdanzin
Segfault/aborts calling difflib._test in threads in a free-threaded build 3.13 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
#126895 opened Nov 16, 2024 by devdanzin
Calling cProfile.runctx in threads on a free-threading build segfaults 3.13 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
#126884 opened Nov 15, 2024 by devdanzin
datetime.fromisoformat() parses offset minutes outside 00-59 range 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 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#126883 opened Nov 15, 2024 by ariebovenberg
Segfault with asyncio.base_events.BaseEventLoop when passed a small float to set_debug. 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) type-crash A hard crash of the interpreter, possibly with a core dump
#126881 opened Nov 15, 2024 by devdanzin
Assertion failure if for socket._fallback_socketpair with too large default timeout 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 type-crash A hard crash of the interpreter, possibly with a core dump
#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 ast.AST.end_col_offset 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
#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 co_exceptiontable 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
#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 bugs and security fixes 3.14 new features, bugs and security fixes extension-modules C modules in the Modules dir topic-free-threading topic-subinterpreters type-crash A hard crash of the interpreter, possibly with a core dump
#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
multiprocessing forkserver main contains dead main_path= handling code 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
#126631 opened Nov 9, 2024 by gpshead
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 itertools.count(sys.maxsize) 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 type-bug An unexpected behavior, bug, or error
#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 b"".__buffer__(-2**31 - 1) 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) type-crash A hard crash of the interpreter, possibly with a core dump
#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
ProTip! Updated in the last three days: updated:>2024-11-13.