X Tutup
The Wayback Machine - https://web.archive.org/web/20240120134552/https://github.com/python/cpython/labels/3.13
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

Test failures on Windows ARM64 install 3.13 new features, bugs and security fixes OS-windows tests Tests in the Lib/test dir
#114272 opened Jan 18, 2024 by zooba
ftplib CLI fails to retrieve files 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#114241 opened Jan 18, 2024 by serhiy-storchaka
test_os raises a DeprecationWarning 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#114199 opened Jan 17, 2024 by Eclips4
Update documentation of array.array 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir
#114115 opened Jan 16, 2024 by serhiy-storchaka
test_pty prints unnecessary information 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#114100 opened Jan 16, 2024 by Eclips4
Python/flowgraph.c:497: _Bool no_redundant_jumps(cfg_builder *): Assertion `0' failed. 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error type-crash A hard crash of the interpreter, possibly with a core dump
#114083 opened Jan 15, 2024 by alex
typing.get_type_hints fails when passed a class with PEP 695 type parameters and PEP 563 is enabled 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-typing type-bug An unexpected behavior, bug, or error
#114053 opened Jan 14, 2024 by mjog
Tkinter: widget.tag_unbind(tag, sequence, funcid) unbind all bindings 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-tkinter type-bug An unexpected behavior, bug, or error
#113951 opened Jan 11, 2024 by serhiy-storchaka
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
CSV reader should support QUOTE_NOTNULL and QUOTE_STRINGS 3.12 bugs and security fixes 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#113732 opened Jan 5, 2024 by serhiy-storchaka
Stack overflow collecting PGO data on Windows 3.12 bugs and security fixes 3.13 new features, bugs and security fixes build The build process and cross-build deferred-blocker OS-windows performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#113655 opened Jan 2, 2024 by mdboom
Add error to autoconf when building under wasm32-unknown-emscripten 3.13 new features, bugs and security fixes build The build process and cross-build deferred-blocker topic-WebAssembly type-bug An unexpected behavior, bug, or error
#113632 opened Jan 1, 2024 by brettcannon
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
Running doctest examples on a class results in OSError in REPL 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#113329 opened Dec 20, 2023 by stenwessel
ResourceWarning in ssl.SSLSocket connected detection 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes stdlib Python modules in the Lib dir topic-SSL type-bug An unexpected behavior, bug, or error
#113280 opened Dec 19, 2023 by graingert
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
Mimalloc differences from upstream 3.13 new features, bugs and security fixes topic-free-threading
#113141 opened Dec 14, 2023 by colesbury
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
idlelib/News3.txt for 3.13.0 and backports 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-IDLE
#112953 opened Dec 11, 2023 by terryjreedy
Certain multiple inheritance using generic alias errors in 3.13 3.13 new features, bugs and security fixes release-blocker stdlib Python modules in the Lib dir topic-typing type-bug An unexpected behavior, bug, or error
#112903 opened Dec 9, 2023 by rmartin16
typing docs are unclear on when AsyncIterator should be used in type hints as opposed to AsyncGenerator 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes docs Documentation in the Doc dir topic-typing
#112866 opened Dec 8, 2023 by H0R5E
ProTip! Find all open issues with in progress development work with linked:pr.
X Tutup