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

dead store elimination in the compiler performance Performance or resource usage
#104635 opened May 18, 2023 by carljm
Clinic test are skipped on Windows build The build process and cross-build OS-windows type-bug An unexpected behavior, bug, or error
#104629 opened May 18, 2023 by erlend-aasland
Subinterpreters can load modules without subinterpreter support 3.12 new features, bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-importlib topic-subinterpreters type-bug An unexpected behavior, bug, or error
#104621 opened May 18, 2023 by brandtbucher
PEP 709: Comprehension iteration variable leaks into outer locals() type-bug An unexpected behavior, bug, or error
#104619 opened May 18, 2023 by JelleZijlstra
various tests freeze hard when IPv6 is unavailable, making pgo-extended builds impossible tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#104618 opened May 18, 2023 by elandorr
package install fails with installed Visual Studio 2022 17.7.0 Preview 1.0 OS-windows type-bug An unexpected behavior, bug, or error
#104617 opened May 18, 2023 by trivalik
PEP 695 syntax doesn't work for generic NamedTuples 3.12 new features, bugs and security fixes topic-typing type-bug An unexpected behavior, bug, or error
#104616 opened May 18, 2023 by AlexWaygood
Type object's ob_type does not get set when tp_bases is set before PyType_Ready type-crash A hard crash of the interpreter, possibly with a core dump
#104614 opened May 18, 2023 by lysnikolaou
macOS tkinter clipboard only works once type-bug An unexpected behavior, bug, or error
#104613 opened May 18, 2023 by Goldthing
libpython3.so doesn't contain any symbols (stable ABI), cannot link to it. topic-C-API type-bug An unexpected behavior, bug, or error
#104612 opened May 18, 2023 by beeender
Remove the PREDICT macros. performance Performance or resource usage
#104610 opened May 18, 2023 by markshannon
function.__type_params__ and type.__type_params__ should be writable 3.12 new features, bugs and security fixes topic-typing type-feature A feature request or enhancement
#104600 opened May 18, 2023 by JelleZijlstra
Immortal objects and the C API docs docs Documentation in the Doc dir
#104597 opened May 18, 2023 by JelleZijlstra
Pluggable optimizer API 3.13 new features, bugs and security fixes performance Performance or resource usage
#104584 opened May 17, 2023 by markshannon
getproxies() in python3.10/urllib/request.py crashes on MacOS docs Documentation in the Doc dir OS-mac stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104578 opened May 17, 2023 by marcelogaio-groovinads
Prepare tkinter for tcl 8.7/9.0 and tk 8.7 topic-tkinter
#104568 opened May 16, 2023 by terryjreedy
3 of 10 tasks
RTSPS scheme support in urllib.parse type-bug An unexpected behavior, bug, or error
#104554 opened May 16, 2023 by zentarim
Provide documents on building CPython with OpenSSL 3 build The build process and cross-build docs Documentation in the Doc dir topic-SSL
#104535 opened May 16, 2023 by colingcresset
Annotation-based syntax for ctypes structs topic-ctypes type-feature A feature request or enhancement
#104533 opened May 16, 2023 by orent
Annotation-based syntax for ctypes functions topic-ctypes type-feature A feature request or enhancement
#104532 opened May 16, 2023 by orent
Switch Python to using native Win32 condition variables OS-windows type-feature A feature request or enhancement
#104530 opened May 16, 2023 by adr26
zipfile.write should check that it isn't appending an archive to itself type-bug An unexpected behavior, bug, or error
#104527 opened May 16, 2023 by gabevenberg
ProTip! Exclude everything labeled bug with -label:bug.