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
Micro-optimization of small integer lookup performance type-feature
#93325 by eendebakpt was closed May 29, 2022
The binary files produced by compiling python twice are different type-bug
#93317 by alittlesir was closed May 28, 2022
Make asyncio task groups prevent child tasks from being GCed expert-asyncio type-bug
#93297 by 1st1 was closed May 28, 2022
New bisect.contains function proposal 3.12 stdlib type-feature
#93294 by carlbordum was closed May 27, 2022
_PyPegen_is_memoized() has a complexity of O(n) performance type-bug
#93289 by vstinner was closed May 28, 2022
Counter.__iadd__ can mutate the collection even if it throws stdlib type-bug
#93278 by rotu was closed May 27, 2022
Default enum.FlagBoundary should be KEEP? 3.11 3.12 stdlib type-bug
#93250 by philthompson10 was closed May 27, 2022
Jump-To-Jump elimination could be more aggressive. interpreter-core type-feature
#93223 by sweeneyde was closed May 27, 2022
Minor issues in python --help and man page 3.10 3.11 3.12 interpreter-core type-bug
#93217 by merwok was closed May 29, 2022
3
Remove check for stdarg.h (HAVE_STDARG_PROTOTYPES) in configure.ac 3.12 build type-bug
#93207 by kumaraditya303 was closed May 27, 2022
Use %zd printf format in the C code of Python type-bug
#93202 by vstinner was closed May 25, 2022
Code simplification
#93172 by xtonik was closed May 25, 2022
SyntaxError location for *args in class bases is inconsistent 3.10 interpreter-core type-bug
#93165 by tusharsadhwani was closed May 29, 2022
Typos found with codespell docs
#93124 by Akuli was closed May 25, 2022
enum: Member names accidentally removed from "invalid enum member name(s)" message 3.11 3.12 stdlib type-bug
#93118 by The-Compiler was closed May 23, 2022
test_sqlite3.test_dbapi: Extended error codes aren't actually tested expert-sqlite3 tests type-bug
#93115 by The-Compiler was closed May 23, 2022
ResourceDenied raised in TransientResource but not imported in test_urllib2net tests type-bug
#93112 by The-Compiler was closed May 24, 2022
List comprehension failure results in the merging of two items. type-bug
#93109 by crispybacon was closed May 23, 2022
enum.global_enum: cls_name undefined in global_str 3.11 3.12 stdlib type-bug
#93100 by The-Compiler was closed May 23, 2022
_pyio: NameError: name 'locale' is not defined 3.11 3.12 expert-IO type-bug
#93099 by The-Compiler was closed May 24, 2022
Fix contextvars HAMT implementation to handle iteration over deep trees type-bug
#93065 by 1st1 was closed May 24, 2022
enum.EnumMeta renaming 3.11
#93064 by JelleZijlstra was closed May 23, 2022
Incorrect tracing of "if" inside async-for interpreter-core type-bug
#93061 by nedbat was closed May 23, 2022
ProTip! Type g i on any issue or pull request to go back to the issue listing page.