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

Weirdness with traceback when resuming coroutines with coro.throw() type-bug
#93592 opened Jun 7, 2022 by kristjanvalur
PyCode_Type.tp_basictype change in Python 3.11 broke Cython type-bug
#93585 opened Jun 7, 2022 by vstinner
setup.py add_multiarch_paths() is not parallel-safe with recursive make 3.11 3.12 build release-blocker type-bug
#93584 opened Jun 7, 2022 by tiran
mock.patch applied at class level behaves incorrectly type-bug
#93582 opened Jun 7, 2022 by r3m0t
Python 3.10.5 installer fails to run on windows 11 3.10 expert-installation OS-windows type-crash
#93577 opened Jun 7, 2022 by chewett
test_unicode test_raiseMemError miscalculates length of NULL byte 3.11 3.12 tests type-bug
#93575 opened Jun 7, 2022 by tiran
Replace bytebong.com reference docs easy
#93573 opened Jun 7, 2022 by sblondon
pickle protocol 1 silently fails / causes data loss with __slots__=() 3.10 type-bug
#93570 opened Jun 7, 2022 by agroszer
Process and Thread resource recycling issue expert-multiprocessing type-bug
#93563 opened Jun 7, 2022 by Han-Jiangtao
Allow use of python -m logging to setup a basicConfig logging config 3.12 stdlib type-feature
#93557 opened Jun 7, 2022 by f0rk
Conditional backward edges should help "warm up" code 3.12 interpreter-core performance type-bug
#93554 opened Jun 6, 2022 by brandtbucher
can't use UTF8 passwords in imaplib login 3.10 3.11 3.12 expert-email type-bug
#93548 opened Jun 6, 2022 by JulienFS
The inline cache for LOAD_METHOD is too large. performance
#93533 opened Jun 6, 2022 by markshannon
Cannot specify weakref_slot=True twice in dataclass MRO 3.11 stdlib type-bug
#93521 opened Jun 5, 2022 by Bluenix2
Severe performance degradation for tracing under 3.11 3.11 release-blocker type-bug
#93516 opened Jun 5, 2022 by nedbat
Handling of surrogates on JSON encoding docs
#93508 opened Jun 5, 2022 by JustAnotherArchivist
Tkinter recommends grid over pack docs expert-tkinter
#93501 opened Jun 4, 2022 by Ryuno-Ki
ProTip! Exclude everything labeled bug with -label:bug.