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

typing/Generic __orig_class__ availability during __init__ in 3.6 vs 3.7~3.12 type-bug An unexpected behavior, bug, or error
#123777 opened Sep 6, 2024 by XieJiSS
Inquiring about the function of Parser->level in parser.c, maybe it can be deleted when enable-optimization? pending The issue will be closed if no feedback is provided type-feature A feature request or enhancement
#123765 opened Sep 6, 2024 by dongrixinyu
Only support restart command in pdb when it's a command line usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#123756 opened Sep 6, 2024 by gaogaotiantian
Error compiling HACL* Blake2 support for macOS universal binaries 3.14 new features, bugs and security fixes OS-mac type-bug An unexpected behavior, bug, or error
#123748 opened Sep 5, 2024 by freakboy3742
Improve performance of deepcopy by setting keep alive key in the memo stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#123745 opened Sep 5, 2024 by eendebakpt
Make email/message.py read headers more robustly stdlib Python modules in the Lib dir topic-email type-bug An unexpected behavior, bug, or error
#123742 opened Sep 5, 2024 by zsolt-sb
netrc should be able to ignore some tokens like 'protocol' stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#123735 opened Sep 5, 2024 by LucHermitte
Feature: provide (safe) traversal/extraction facilities for zipfile.Path stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#123727 opened Sep 5, 2024 by jaraco
Document caveats of zipfile.Path around name sanitization docs Documentation in the Doc dir easy
#123726 opened Sep 5, 2024 by jaraco
unittest mock with __new__ function lead to TypeError stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#123723 opened Sep 5, 2024 by Fryguest
Unable to cancel Server.serve_forever() if a reader is blocked while reading (3.12 regression) 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 topic-asyncio type-bug An unexpected behavior, bug, or error
#123720 opened Sep 5, 2024 by paravoid
Build error: implicit declaration of 'explicit_memset' in NetBSD 3.14 new features, bugs and security fixes build The build process and cross-build type-bug An unexpected behavior, bug, or error
#123718 opened Sep 4, 2024 by furkanonder
Configure script fails with 'Bad substitution' error on NetBSD 3.13 bugs and security fixes 3.14 new features, bugs and security fixes build The build process and cross-build
#123716 opened Sep 4, 2024 by furkanonder
Update JIT compilation to use LLVM 19 3.14 new features, bugs and security fixes build The build process and cross-build topic-JIT
#123714 opened Sep 4, 2024 by savannahostrowski
zipfile.Path.name uses inappropriate Windows semantics 3.10 only security fixes OS-windows type-bug An unexpected behavior, bug, or error
#123693 opened Sep 4, 2024 by jaraco
_pyrepl.input.KeymapTranslator tests for non-existent Unicode category topic-repl Related to the interactive shell type-bug An unexpected behavior, bug, or error
#123682 opened Sep 4, 2024 by SnoopJ
test_strftime_y2k fails on embedded Linux tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#123681 opened Sep 4, 2024 by picnixz
[pycore] internal macros for accessing empty string/bytes and other singletons interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#123660 opened Sep 4, 2024 by picnixz
decimal.getcontext crashes with --with-decimal-contextvar=no and -X showrefcount 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
#123657 opened Sep 4, 2024 by ZeroIntensity
Instance method performance issue with free threading (3.13rc1) performance Performance or resource usage topic-free-threading type-bug An unexpected behavior, bug, or error
#123619 opened Sep 3, 2024 by Yiling-J
A save function in the Turtle module stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#123614 opened Sep 2, 2024 by yngvem
Some missing handle types in ctypes.wintypes OS-windows stdlib Python modules in the Lib dir topic-ctypes type-feature A feature request or enhancement
#123610 opened Sep 2, 2024 by jlallas384
ProTip! Exclude everything labeled bug with -label:bug.