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

_imp.get_frozen_object possible incorrect use of PyBUF_READ interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#114685 opened Jan 28, 2024 by sobolevn
_decimal: pi benchmark 31-45% slower compared to 3.9 performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#114682 opened Jan 28, 2024 by skrah
Incorrect deprecation warning for 'N' specifier type-bug An unexpected behavior, bug, or error
#114678 opened Jan 28, 2024 by skrah
Clarify signature of os.startfile() docs Documentation in the Doc dir
#114673 opened Jan 28, 2024 by serhiy-storchaka
3.13: not a == b has incorrect bytecode positions 3.13 new features, bugs and security fixes type-bug An unexpected behavior, bug, or error
#114671 opened Jan 28, 2024 by 15r10nk
_testbuffer.c's initialization does not handle errors extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#114670 opened Jan 28, 2024 by sobolevn
Support hexadecimal floating point literals type-feature A feature request or enhancement
#114667 opened Jan 28, 2024 by skirpichev
timeit setup is affected by test statement type-bug An unexpected behavior, bug, or error
#114665 opened Jan 28, 2024 by jaraco
SIGSEGV on macOS when calling ssl.SSLContext.load_verify_location during a shutdown OS-mac topic-SSL type-crash A hard crash of the interpreter, possibly with a core dump
#114653 opened Jan 27, 2024 by orf
Probably shouldn't continue with Python 2.3 compatibility in csv.py type-bug An unexpected behavior, bug, or error
#114628 opened Jan 26, 2024 by smontanaro
pathlib.PurePath.with_stem('') promotes file extension to stem 3.11 bug and security fixes 3.12 bugs and security fixes 3.13 new features, bugs and security fixes topic-pathlib type-bug An unexpected behavior, bug, or error
#114610 opened Jan 26, 2024 by barneygale
Regex performance improvement. pending The issue will be closed if no feedback is provided performance Performance or resource usage topic-regex type-feature A feature request or enhancement
#114586 opened Jan 26, 2024 by amir-h-rassafi
mailbox Babyl support can't cope with messages that have no body topic-email type-bug An unexpected behavior, bug, or error
#114580 opened Jan 26, 2024 by jikamens
dbm script stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error type-feature A feature request or enhancement
#114576 opened Jan 26, 2024 by erlend-aasland
Rename pathlib.PurePath.pathmod 3.13 new features, bugs and security fixes topic-pathlib type-feature A feature request or enhancement
#114575 opened Jan 25, 2024 by barneygale
ssl: Fix locking in cert_store_stats and get_ca_certs type-bug An unexpected behavior, bug, or error
#114572 opened Jan 25, 2024 by davidben
Possible memory leak in _cdecimal.c with 'z' format extension-modules C modules in the Modules dir type-bug An unexpected behavior, bug, or error
#114563 opened Jan 25, 2024 by ericvsmith
Assertion failure in build on Windows 3.13 new features, bugs and security fixes build The build process and cross-build OS-windows type-crash A hard crash of the interpreter, possibly with a core dump
#114547 opened Jan 25, 2024 by serhiy-storchaka
Must object.__dir__ return a sequence of str, or is any iterable OK? docs Documentation in the Doc dir
#114552 opened Jan 25, 2024 by ktbarrett
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.