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

iscoroutinefunction returns False for wrapper functions with update_wrapper applied stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100317 opened Dec 17, 2022 by jonasBoss
unittest: self is not passed with specced/autospecced PropertyMock stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100291 opened Dec 16, 2022 by WilliamDEdwards
unittest: TestLoader.discover() returns tests in package/__init__.py stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100290 opened Dec 16, 2022 by mherrmann
unittest.mock.seal doesn't work as expected with AsyncMock stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100287 opened Dec 16, 2022 by hauntsaninja
Variable Not Defined When Using Dictionary Comprehension Inside a Function Scope [Pdb] stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#100185 opened Dec 12, 2022 by e-baumer
gh-67790: Support float-style formatting for Fraction instances 3.12 awaiting core review stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#100161 opened Dec 10, 2022 by mdickinson Loading…
Allow delete=False for tempfile.TemporaryDirectory() stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#100131 opened Dec 9, 2022 by JakobDev
Add a "warning" option to enum.FlagBoundary stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#99999 opened Dec 5, 2022 by aragilar
Consider upgrading bundled Tk to 8.6.13 3.12 expert-tkinter OS-mac OS-windows stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#99834 opened Nov 28, 2022 by aivarannamaa
Use SSL_sendfile() from OpenSSL 3.0 in SSLSocket.sendfile when available. expert-SSL stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#99813 opened Nov 27, 2022 by moonsikpark
Add “maybe you meant” in argparse choices argument stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#99749 opened Nov 24, 2022 by NIKDISSV-Forever
cgi.FieldStorage does not read QUERY_STRING when REQUEST_METHOD is not GET or POST and Content-Type is not set stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#99747 opened Nov 24, 2022 by StephDC
The understatement in the documentation of the venv module about the method _setup_pip docs Documentation in the Doc dir stdlib Python modules in the Lib dir
#99690 opened Nov 22, 2022 by denisxab
inspect.getmembers_static triggers __getattribute__ stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#99673 opened Nov 22, 2022 by gschaffner
gh-99631: Add custom loads and dumps support for the shelve module 3.12 awaiting review stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#99632 opened Nov 20, 2022 by furkanonder Loading…
GH-99554: marshal bytecode more efficiently awaiting core review performance Performance or resource usage stdlib Python modules in the Lib dir
#99555 opened Nov 17, 2022 by brandtbucher Loading…
.pyc files are larger than they need to be 3.12 interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage stdlib Python modules in the Lib dir
#99554 opened Nov 17, 2022 by brandtbucher
doctest fails with <method-wrapper> object on Python 3.11.0 but succeeds on Python 3.10.3 stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#99433 opened Nov 13, 2022 by picnixz
Fields with single underscore names can mess up dataclasses stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#98886 opened Oct 30, 2022 by hauntsaninja
mutually exclusive group w/ all parameters argparse.SUPPRESS'd causes an assert stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#98666 opened Oct 25, 2022 by kenyee
feature request: --advanced-help feature for argparse stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#98664 opened Oct 25, 2022 by kenyee
getpass failing with no module named pwd OS-windows stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#98601 opened Oct 24, 2022 by fbordignon
Not all abstract types have their method validated in test_collections stdlib Python modules in the Lib dir tests Tests in the Lib/test dir
#98513 opened Oct 21, 2022 by sobolevn
ProTip! Adding no:label will show everything without a label.