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

Fix/silence doctest warnings 3.10 3.11 3.12 tests type-bug
#94001 opened Jun 19, 2022 by ezio-melotti
"Using Python on Mac" page is outdated docs
#93987 opened Jun 18, 2022 by pradyunsg
Address Sanitizer: some test function of test.test_concurrent_futures fail type-bug
#93981 opened Jun 18, 2022 by alittlesir
3.11 creates doctests for Enum subclasses brittle against globs and overridden __repr__ 3.11 3.12 stdlib type-bug
#93976 opened Jun 18, 2022 by jacobtylerwalls
line number for a return in a with block after 3.10 is that of the with, not the return statement 3.10 3.11 3.12 interpreter-core type-bug
#93975 opened Jun 18, 2022 by gpshead
Add support for all_errors to asyncio.create_connection type-feature
#93973 opened Jun 17, 2022 by pamelafox
Remove distracted red bar from IDLE for some SyntaxErrors expert-IDLE type-bug
#93966 opened Jun 17, 2022 by aroberge
Segfault compiling a very large source file 3.10 type-crash
#93964 opened Jun 17, 2022 by alexbuzzbee
test_venv failure output is inscrutable
#93957 opened Jun 17, 2022 by jaraco
Build shared extensions without distutils type-feature
#93939 opened Jun 17, 2022 by tiran
[C API] Move PyFrame_GetBack() function to <Python.h> expert-C-API type-bug
#93937 opened Jun 17, 2022 by vstinner
os.isatty(fd) raises ValueError when file descriptor is closed type-bug
#93922 opened Jun 17, 2022 by jacobwhall
On Windows, test_distutils leaks a temporary file: Microsoft OS-windows tests type-bug
#93919 opened Jun 16, 2022 by vstinner
More LOAD_ATTR specialisations 3.12 performance type-feature
#93911 opened Jun 16, 2022 by Fidget-Spinner
Change in semantics and much worse performance for enum members. 3.11 3.12 deferred-blocker performance stdlib type-bug
#93910 opened Jun 16, 2022 by markshannon
./configure eventfd support does not also check for existence of flags type-bug
#93899 opened Jun 16, 2022 by gha-xena
Can't pickle a bound method if getattr(type(im_self), funcname) fails type-bug
#93889 opened Jun 16, 2022 by johnomotani
3.11 backtrace visual indicators are too verbose type-bug
#93883 opened Jun 16, 2022 by belm0
Improving conciseness of ipaddress factory functions. type-feature
#93880 opened Jun 15, 2022 by Nougat-Waffle
ProTip! Add no:assignee to see everything that’s not assigned.