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

Finish up LOAD_ATTR specialisation performance Performance or resource usage type-feature A feature request or enhancement
#100288 opened Dec 16, 2022 by Fidget-Spinner
1 of 2 tasks
gh-83076: 3.8x speed improvement in (Async)Mock instantiation awaiting review performance Performance or resource usage
#100252 opened Dec 14, 2022 by carljm Loading…
Use a principled, and consistent, implementation of freelists. performance Performance or resource usage
#100240 opened Dec 14, 2022 by markshannon
Specialize long tail of binary operations using a table. performance Performance or resource usage
#100239 opened Dec 14, 2022 by markshannon
gh-100188: Reduce misses in BINARY_SUBSCR_LIST_INT awaiting merge interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#100189 opened Dec 12, 2022 by sweeneyde Loading…
Slower string concatenation in CPython 3.11 performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#99862 opened Nov 29, 2022 by zephyr111
GH-99554: Pack location tables more effectively awaiting core review interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#99556 opened Nov 17, 2022 by brandtbucher Loading…
GH-99554: marshal bytecode more efficiently awaiting core review performance Performance or resource usage stdlib Python modules in the Lib dir
#99555 opened Nov 17, 2022 by brandtbucher Loading…
.pyc files are larger than they need to be 3.12 interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage stdlib Python modules in the Lib dir
#99554 opened Nov 17, 2022 by brandtbucher
Avoid exc=None; del exc in bytecode where unnecessary 3.12 performance Performance or resource usage type-feature A feature request or enhancement
#99360 opened Nov 11, 2022 by sweeneyde
gh-72496: Implemented patch to improve performance of string.Template awaiting review performance Performance or resource usage type-feature A feature request or enhancement
#99177 opened Nov 7, 2022 by delta1513 Loading…
Optimize away creation of immediately discarded tuples performance Performance or resource usage
#99077 opened Nov 3, 2022 by markshannon
Add CALL_INTRINSIC instruction. performance Performance or resource usage
#99005 opened Nov 2, 2022 by markshannon
csv.Sniffer().sniff() Hangs on Single-Column Data performance Performance or resource usage
#98820 opened Oct 28, 2022 by jackdesert
Speed up sysconfig performance Performance or resource usage type-feature A feature request or enhancement
#98718 opened Oct 26, 2022 by FFY00
Quicken everything 3.12 interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#98686 opened Oct 25, 2022 by brandtbucher
Deferring side effecting code in _Py_Dealloc() performance Performance or resource usage
#98260 opened Oct 14, 2022 by markshannon
Do we still need asciilib for better performance? performance Performance or resource usage type-feature A feature request or enhancement
#98229 opened Oct 12, 2022 by sobolevn
Inline call frames for CALL_FUNCTION_EX performance Performance or resource usage type-feature A feature request or enhancement
#98003 opened Oct 6, 2022 by Fidget-Spinner
Inline dict/list/set comprehensions in the compiler for better performance performance Performance or resource usage type-feature A feature request or enhancement
#97933 opened Oct 5, 2022 by carljm
Add eager task creation API to asyncio 3.12 expert-asyncio performance Performance or resource usage type-feature A feature request or enhancement
#97696 opened Sep 30, 2022 by jbower-fb
ProTip! Adding no:label will show everything without a label.