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

os module: reject bytes-like strings for paths, only accept the exact bytes type type-bug An unexpected behavior, bug, or error
#98393 opened Oct 18, 2022 by vstinner
Source locations of boolean sub-expressions are too wide 3.12 interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#98390 opened Oct 18, 2022 by iritkatriel
Tests for happy eyeballs + working around bug in wait_for type-bug An unexpected behavior, bug, or error
#98388 opened Oct 18, 2022 by twisteroidambassador
"strftime" format documentation is hard to find docs Documentation in the Doc dir
#98378 opened Oct 18, 2022 by zvory
Python3.11: invalid help query raises an ImportError 3.11 3.12 needs backport to 3.11 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#98374 opened Oct 18, 2022 by qexat
Seems hard to believe, but do multiple test cases share files? type-bug An unexpected behavior, bug, or error
#98372 opened Oct 17, 2022 by smontanaro
Python 3.10.7 Docs fails with Sphixn 5.3.0 type-bug An unexpected behavior, bug, or error
#98366 opened Oct 17, 2022 by marxin
create_builtin() in _imp module trigger segfault if taking a builtin object as input 3.10 type-crash A hard crash of the interpreter, possibly with a core dump
#98354 opened Oct 17, 2022 by xiaxinmeng
Doc on weakref.proxy should mention ReferenceError docs Documentation in the Doc dir
#98348 opened Oct 17, 2022 by fancidev
Give python-isal a mention in the zlib/gzip documentation docs Documentation in the Doc dir
#98347 opened Oct 17, 2022 by rhpvorderman
Update bundled pip to 22.3 type-feature A feature request or enhancement
#98331 opened Oct 16, 2022 by pfmoore
Permit import of .pyw under Linux type-feature A feature request or enhancement
#98326 opened Oct 16, 2022 by SmartAudioTools
There is no known way to properly exit applications run with IDLE "run module" type-bug An unexpected behavior, bug, or error
#98318 opened Oct 16, 2022 by ankith26
Passage on TypeVar isinstance/issubclass is unclear docs Documentation in the Doc dir expert-typing
#98308 opened Oct 15, 2022 by pbryan
Proper or custom JSON serialization of non-finite float values type-feature A feature request or enhancement
#98306 opened Oct 15, 2022 by Dzeri96
unittest.mock.create_autospec() can crash when accessing properties from objects type-bug An unexpected behavior, bug, or error
#98301 opened Oct 15, 2022 by joaoe
ProTip! Exclude everything labeled bug with -label:bug.