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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

random.randint performance improvement performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#131435 opened Mar 18, 2025 by dg-pb
Remove un-necessary typedefs in md5module.c and sha1module.c extension-modules C modules in the Modules dir type-feature A feature request or enhancement
#131418 opened Mar 18, 2025 by picnixz
Encoding alias csEUCKR not supported stdlib Python modules in the Lib dir topic-unicode type-feature A feature request or enhancement
#131358 opened Mar 17, 2025 by sebbASF
clang-cl issues many warnings when building on Windows build The build process and cross-build OS-windows type-feature A feature request or enhancement
#131296 opened Mar 15, 2025 by chris-eibl
Avoid binding functions to temporaries in random.py performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#131269 opened Mar 15, 2025 by colesbury
Deprecate and Then Remove PyGILState_GetThisThreadState() interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#131265 opened Mar 14, 2025 by ericsnowcurrently
Rename PyGILState_Check() interpreter-core (Objects, Python, Grammar, and Parser dirs) topic-C-API type-feature A feature request or enhancement
#131264 opened Mar 14, 2025 by ericsnowcurrently
Use pystats for free threading performance statistics interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-free-threading type-feature A feature request or enhancement
#131253 opened Mar 14, 2025 by colesbury
Allow to generate multiple UUIDs at once via CLI stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#131236 opened Mar 14, 2025 by simon04
Add tests for command-line interface easy tests Tests in the Lib/test dir type-feature A feature request or enhancement
#131178 opened Mar 13, 2025 by donBarbos
5 tasks
Minimal build support when using LibreSSL extension-modules C modules in the Modules dir OS-unsupported topic-SSL type-feature A feature request or enhancement
#131127 opened Mar 12, 2025 by collinfunk
Allow CPython test to handle TLS libraries lacking FFDHE ciphersuites tests Tests in the Lib/test dir topic-SSL type-feature A feature request or enhancement
#131050 opened Mar 10, 2025 by WillChilds-Klein
Let clang on Linux and clang-cl on Windows "see" more optimizing macros build The build process and cross-build performance Performance or resource usage type-feature A feature request or enhancement
#131033 opened Mar 10, 2025 by chris-eibl
Cancel futures if concurrent.futures.Executor is used as a context manager and there is an exception? stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#130975 opened Mar 8, 2025 by jstasiak
Consider doing something about -fzero-call-used-regs and the tail-calling interpreter build The build process and cross-build interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#130961 opened Mar 7, 2025 by nelhage
JIT: emit the AArch64 trampoline only when needed topic-JIT type-feature A feature request or enhancement
#130956 opened Mar 7, 2025 by diegorusso
Support comments as part of multiline values in configparser stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#130927 opened Mar 6, 2025 by dabuahoid
Add close() method to asyncio.StreamReader stdlib Python modules in the Lib dir topic-asyncio type-feature A feature request or enhancement
#130925 opened Mar 6, 2025 by rianhunter
http.client Possible Improvement: Using shutdown() Before close() in HTTPConnection.close() stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#130902 opened Mar 6, 2025 by allrob23
Customize UUIDv7 generation for database partitioning stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#130843 opened Mar 4, 2025 by sscherfke
Inconsistent error messages when returning the wrong type for the type-conversion magic methods easy interpreter-core (Objects, Python, Grammar, and Parser dirs) type-feature A feature request or enhancement
#130821 opened Mar 4, 2025 by mxgordon
Align with GNU Tar when a file name is too long stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#130819 opened Mar 4, 2025 by gdh1995
ProTip! no:milestone will show everything without a milestone.