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

Error handling bugs in ast.c type-bug An unexpected behavior, bug, or error
#104482 opened May 14, 2023 by iritkatriel
Internal Server Error after signing in for CLA bot type-bug An unexpected behavior, bug, or error
#104480 opened May 14, 2023 by brl0
Floating point tutorial: "today (November 2000)" docs Documentation in the Doc dir easy
#104479 opened May 14, 2023 by pochmann
Py_FileSystemDefaultEncoding stable limited API and deprecated? docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
#104477 opened May 14, 2023 by illume
ASAN failure was detected while running test_threading type-crash A hard crash of the interpreter, possibly with a core dump
#104472 opened May 14, 2023 by corona10
Help text in interactive Python is misleading easy interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#104471 opened May 14, 2023 by reuven
test_ctypes are leaked type-bug An unexpected behavior, bug, or error
#104456 opened May 13, 2023 by Eclips4
Add timeout to multiprocessing.queues.JoinableQueue.join stdlib Python modules in the Lib dir topic-multiprocessing type-feature A feature request or enhancement
#104448 opened May 13, 2023 by tmi
UBSan misaligned load errors in gethost_common(), mkgrent() type-bug An unexpected behavior, bug, or error
#104432 opened May 12, 2023 by chrstphrchvz
Consider adding test_asyncio for PGO test build The build process and cross-build performance Performance or resource usage
#104426 opened May 12, 2023 by corona10
pygettext: use an AST parser instead of a tokenizer type-feature A feature request or enhancement
#104400 opened May 11, 2023 by tomasr8
Add link to Download page on documentation index docs Documentation in the Doc dir
#104395 opened May 11, 2023 by adorilson
2-5x slowdown, long-standing Event performance regression performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104391 opened May 11, 2023 by xloem
csv.Sniffer().has_header() can't not identify header line stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104380 opened May 11, 2023 by mewu3
Pathlib docs use versionadded incorrectly 3.11 bug and security fixes 3.12 new features, bugs and security fixes docs Documentation in the Doc dir topic-pathlib
#104375 opened May 11, 2023 by barneygale
subprocess can block all Python threads when using vfork() until the child process exec() succeeds or fails. extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#104372 opened May 10, 2023 by gpshead
ProTip! Exclude everything labeled bug with -label:bug.