Skip to content
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
f-string string_parser.c regression: Assertion *str < end failed type-bug type-crash
#93418 opened Jun 1, 2022 by gpshead
wsgiref validator complaining about no content-type when it is not needed type-bug
#93416 opened Jun 1, 2022 by calimeroteknik
Embedded use vs. signal handlers type-feature
#93411 opened Jun 1, 2022 by smurfix
PyCode_GetCode could be faster 3.12 interpreter-core performance
#93382 opened May 31, 2022 by Fidget-Spinner
Code run with cProfile performance regression in 3.11 performance type-feature
#93381 opened May 31, 2022 by Fidget-Spinner
Explain what a source module is 3.10 3.11 3.12 docs
#93378 opened May 31, 2022 by realjanpaulus
str.format() output for enum.Enum with str mixin changed in 3.11.0b1 3.11 3.12 stdlib type-bug
#93363 opened May 30, 2022 by AllSeeingEyeTolledEweSew
Lay out exception handling code at end of code unit type-feature
#93356 opened May 30, 2022 by iritkatriel
Too many specialization attempts when we are never going to succeed. 3.11 3.12 performance type-bug
#93354 opened May 30, 2022 by markshannon
Running the Python test suite leaks .pem files in /tmp 3.12 tests type-bug
#93353 opened May 30, 2022 by vstinner
Add more examples in the warnings docs 3.10 3.11 3.12 docs
#93343 opened May 30, 2022 by ezio-melotti
socketmodule sock_listen accepts backlog negative arg on macOs and FreeBSD pending type-feature
#93316 opened May 28, 2022 by devnexen
IDLE wrongly gives a syntax error when pasting code expert-IDLE type-bug
#93308 opened May 28, 2022 by stevendaprano
sendfile for sockets neglects pseudo files on Linux type-bug
#93300 opened May 27, 2022 by illia-v
urllib sets wrong Content-Length for pseudo files on Linux stdlib type-bug
#93296 opened May 27, 2022 by illia-v
threading.Thread.start should return self 3.12 stdlib type-feature
#93293 opened May 27, 2022 by tewalds
ProTip! Exclude everything labeled bug with -label:bug.