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

LOAD_FAST_BORROW not being used even when safe to do so, if value is live at BB end. 3.15 new features, bugs and security fixes performance Performance or resource usage
#133672 opened May 8, 2025 by markshannon
unittest.mock.patch.object holds references for too long performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#133423 opened May 5, 2025 by ppwwyyxx
json: Optimize escaping string in Encoder awaiting core review extension-modules C modules in the Modules dir performance Performance or resource usage skip issue
#133186 opened Apr 30, 2025 by methane Loading…
Make the JIT thread-safe interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-free-threading topic-JIT
#133171 opened Apr 29, 2025 by brandtbucher
gh-133059: Increase _PY_NSMALLPOSINTS size awaiting review performance Performance or resource usage
#133160 opened Apr 29, 2025 by dg-pb Loading…
Memory keeps increasing with fixed-size dict during multi-threaded set/delete in 3.13.3t interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-free-threading type-bug An unexpected behavior, bug, or error
#133136 opened Apr 29, 2025 by Yiling-J
Asyncio BufferedProtocol with SSL is significantly slower than asyncio sockets with SSL performance Performance or resource usage topic-asyncio topic-SSL type-bug An unexpected behavior, bug, or error
#133112 opened Apr 28, 2025 by NoahStapp
Increase _PY_NSMALLPOSINTS size interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#133059 opened Apr 27, 2025 by dg-pb
JIT: Optimize common C calls via replication interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT type-feature A feature request or enhancement
#133020 opened Apr 26, 2025 by Fidget-Spinner
GC performance regression in free threaded build interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-free-threading type-bug An unexpected behavior, bug, or error
#132917 opened Apr 25, 2025 by gptsarthak
copy.copy and copy.deepcopy scale poorly with free-threading performance Performance or resource usage stdlib Python modules in the Lib dir topic-free-threading type-bug An unexpected behavior, bug, or error
#132657 opened Apr 17, 2025 by eendebakpt
pathlib.Path.move() consumes too much disk space performance Performance or resource usage stdlib Python modules in the Lib dir topic-pathlib type-bug An unexpected behavior, bug, or error
#132566 opened Apr 15, 2025 by barneygale
Use tagged ints for faster iteration interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132554 opened Apr 15, 2025 by markshannon
Use tagged pointers for more efficient integer operations. interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132509 opened Apr 14, 2025 by markshannon
Speed up int.__round__ for large negative ndigits interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132474 opened Apr 13, 2025 by devdanzin
Lock contention inside _PyType_LookupRef interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-free-threading type-feature A feature request or enhancement
#132380 opened Apr 11, 2025 by nascheme
Improve performance in DictConfigurator by optimizing logger lookup performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132372 opened Apr 10, 2025 by allrob23
Don't inline slow path functions in the interpreter loop interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132336 opened Apr 9, 2025 by mpage
Add a PyThreadState * parameter (almost) everywhere interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-C-API type-feature A feature request or enhancement
#132312 opened Apr 9, 2025 by markshannon
Add checking if both strings are the same in SequenceMatcher.find_longest_match performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#132166 opened Apr 6, 2025 by jurgenwigg
Add Buffer Protocol support to int.from_bytes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132108 opened Apr 5, 2025 by cmaloney
Optimize class creation interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#132042 opened Apr 3, 2025 by JelleZijlstra
ProTip! Type g i on any issue or pull request to go back to the issue listing page.