Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
Assigned to nobody Loading
Sort

Issues list

asyncio.start_unix_server() cleanup_socket defaulting to true in 3.13 is not documented 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes docs Documentation in the Doc dir topic-asyncio type-bug An unexpected behavior, bug, or error
#134664 opened May 25, 2025 by dmitrin9
asyncio has underscored names in its __all__ 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-asyncio type-bug An unexpected behavior, bug, or error
#134657 opened May 25, 2025 by JelleZijlstra
Builtin input does not always correctly handle errors from PyOS_Readline 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 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
#134644 opened May 25, 2025 by duaneg
3.14t vs 3.13t cuts IOCP performance in half 3.13 bugs and security fixes 3.14 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) OS-windows performance Performance or resource usage topic-ctypes topic-free-threading type-bug An unexpected behavior, bug, or error
#134637 opened May 24, 2025 by SolsticeProjekt
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
untokenize() round-trip fails for t-strings (with only type + string) 3.14 bugs and security fixes 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#134582 opened May 23, 2025 by loic-simon
dataclass.__eq__ no longer errors on missing attributes in Python 3.13 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-dataclasses type-bug An unexpected behavior, bug, or error
#134488 opened May 22, 2025 by willhcr
Error in Format Specification Mini-Language concerning precision_with_grouping in 3.14 3.14 bugs and security fixes 3.15 new features, bugs and security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#134449 opened May 21, 2025 by jonathanpoelen
3.14 changes annotations behaviour for dataclasses.make_dataclass 3.14 bugs and security fixes stdlib Python modules in the Lib dir topic-dataclasses type-bug An unexpected behavior, bug, or error
#134370 opened May 20, 2025 by rogerbinns
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
~bool deprecation not reported for literals 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#134280 opened May 19, 2025 by decorator-factory
Python 3.15.0: test_sys.test_getallocatedblocks() fails if run after test_collections.test_odd_sizes() 3.14 bugs and security fixes 3.15 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#134248 opened May 19, 2025 by Fearless-Badger
os.removedirs() should define whether it follows symlinks 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes docs Documentation in the Doc dir
#134161 opened May 17, 2025 by calestyo
Out-of-bounds read in integrated mimalloc (fixed upstream) 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#134070 opened May 15, 2025 by fuhsnn
Consider making Template and Interpolation generic at runtime 3.14 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-typing type-feature A feature request or enhancement
#133970 opened May 13, 2025 by sobolevn
segfault in gc with 3.14.0b1, trio and pytest 3.14 bugs and security fixes 3.15 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
#133932 opened May 12, 2025 by jakkdl
[3.14] ensurepip failing on s390x musl linux 3.14 bugs and security fixes build The build process and cross-build OS-unsupported topic-ensurepip type-bug An unexpected behavior, bug, or error
#133801 opened May 10, 2025 by mayeut
Pickled files with pathlib.Path cannot be loaded in py >= 3.13 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#133789 opened May 9, 2025 by kushaangupta
Use-after-free in unicode_escape decoder with error handler 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes 3.12 only security fixes 3.13 bugs and security fixes 3.14 bugs and security fixes 3.15 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) release-blocker topic-unicode type-crash A hard crash of the interpreter, possibly with a core dump type-security A security issue
#133767 opened May 9, 2025 by sethmlarson
Pipe inheritance broken on Windows since 3.13 3.13 bugs and security fixes 3.14 bugs and security fixes OS-windows type-bug An unexpected behavior, bug, or error
#133506 opened May 6, 2025 by schlamar
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
Regression in Python 3.14.0a7. 3.14 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
#133352 opened May 3, 2025 by felixxm
Python 3.14 and 3.13 fail to build on PPC64LE Fedora Rawhide: incomplete type ‘struct termio’ 3.13 bugs and security fixes 3.14 bugs and security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#133285 opened May 2, 2025 by vstinner
zipfile: docs should document what ZipInfo.date_time actually is 3.13 bugs and security fixes 3.14 bugs and security fixes docs Documentation in the Doc dir stdlib Python modules in the Lib dir
#133125 opened Apr 29, 2025 by calestyo
emscripten cross-compile wasm-ld: error: duplicate symbol _Py_LibHacl_Hacl_Hash_* 3.14 bugs and security fixes build The build process and cross-build deferred-blocker extension-modules C modules in the Modules dir OS-emscripten type-bug An unexpected behavior, bug, or error
#133042 opened Apr 27, 2025 by Lukasdoe
ProTip! no:milestone will show everything without a milestone.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.