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

creating new threads appears to leak memory rapidly in Python 3.11 / linux 3.11 3.12 interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#99205 opened Nov 7, 2022 by zzzeek
sys._base_executable may not exist on posix venvs made with --copies type-bug An unexpected behavior, bug, or error
#99204 opened Nov 7, 2022 by vfazio
Extension type from documentation doesn't compile in C++20 mode type-bug An unexpected behavior, bug, or error
#99202 opened Nov 7, 2022 by arogge
sysconfig.get_config_vars() fails on Windows when dynamic loading is disabled type-bug An unexpected behavior, bug, or error
#99201 opened Nov 7, 2022 by philthompson10
Windows python3 executable OS-windows
#99185 opened Nov 7, 2022 by ptyork
str(weakref) throws error KeyError: '__name__' if the original obj override __getattr__ pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#99184 opened Nov 7, 2022 by yanboliang
Documentation for str.count() should mention the empty string case docs Documentation in the Doc dir
#99183 opened Nov 7, 2022 by MrHaxtar
TypeError when except* catches an unhashable exception 3.11 3.12 interpreter-core Interpreter core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
#99181 opened Nov 7, 2022 by Zac-HD
3.10 asyncio still uses deprecated loop argument expert-asyncio pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
#99167 opened Nov 6, 2022 by ukoz
Behaviour change in partialmethod in Python3.11 type-bug An unexpected behavior, bug, or error
#99152 opened Nov 6, 2022 by garyvdm
Calling unittest.assertDictEqual for medium-size dictionaries takes too long type-bug An unexpected behavior, bug, or error
#99151 opened Nov 6, 2022 by boaza
Unable to use certain charaters on imap outlook connection type-bug An unexpected behavior, bug, or error
#99147 opened Nov 5, 2022 by fghjkgcfxx56u
Port zoneinfo module to use module state expert-subinterpreters type-feature A feature request or enhancement
#99138 opened Nov 5, 2022 by sobolevn
Weird graphical bug with Tk expert-tkinter type-bug An unexpected behavior, bug, or error
#99131 opened Nov 5, 2022 by Skilowi
Port syslog module to use module state expert-subinterpreters type-feature A feature request or enhancement
#99127 opened Nov 5, 2022 by corona10
Use more concrete exception types in test_builtin tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
#99124 opened Nov 5, 2022 by sobolevn
Undocumented method for "slice" class docs Documentation in the Doc dir
#99121 opened Nov 5, 2022 by WANGCHEN722
ProTip! Exclude everything labeled bug with -label:bug.