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

Slow inspect.getmodule 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#92041 opened Apr 29, 2022 by mdeck
_abc._abc_subclasscheck has very poor performance and (I think) a memory leak 3.12 bugs and security fixes extension-modules C modules in the Modules dir performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#92810 opened May 14, 2022 by samuelcolvin
Build Python with frame pointers (-fno-omit-frame-pointer) build The build process and cross-build performance Performance or resource usage type-feature A feature request or enhancement
#96174 opened Aug 22, 2022 by tiran
OpenSSL 3.0 performance issue: SSLContext.set_default_verify_paths / load_verify_locations about 5x slower 3.12 bugs and security fixes extension-modules C modules in the Modules dir performance Performance or resource usage type-bug An unexpected behavior, bug, or error
#95031 opened Jul 20, 2022 by fcfangcc
Specialize long tail of binary operations using a table. interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#100239 opened Dec 14, 2022 by markshannon
Improve performance of startswith, endswith, count, *find, and *index methods for str, bytes and bytearray 3.13 bugs and security fixes performance Performance or resource usage type-feature A feature request or enhancement
#117431 opened Apr 1, 2024 by eendebakpt
ParserBase could be optimized 3.13 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#92088 opened Apr 30, 2022 by be-thomas
shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range) 3.13 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir type-feature A feature request or enhancement
#81338 opened Jun 4, 2019 by vstinner
multiprocessing.pool ThreadPool.imap does not respect memory scarcity performance Performance or resource usage stdlib Python modules in the Lib dir topic-multiprocessing type-bug An unexpected behavior, bug, or error
#101586 opened Feb 5, 2023 by shaundaley39
The hash and equals methods of code objects are large, complex and unnecessary. interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#101346 opened Jan 26, 2023 by markshannon
dead store elimination in the compiler interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#104635 opened May 18, 2023 by carljm
Optimize math.lcm(*xs) 3.13 bugs and security fixes extension-modules C modules in the Modules dir performance Performance or resource usage type-feature A feature request or enhancement
#102221 opened Feb 24, 2023 by pochmann
Inspect module is prohibitively expensive to import performance Performance or resource usage type-feature A feature request or enhancement
#117865 opened Apr 14, 2024 by jaraco
Improve performance of os.walk() performance Performance or resource usage
#119169 opened May 19, 2024 by barneygale
Restore (or beat) Python 2 performance for arithmetic operations on ints that fit into a single word interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#101291 opened Jan 24, 2023 by markshannon
Speedup for PyFloat_Unpack4/8 extension-modules C modules in the Modules dir performance Performance or resource usage type-feature A feature request or enhancement
#106814 opened Jul 16, 2023 by yairlenga
Improving JIT code quality 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage topic-JIT
#115802 opened Feb 22, 2024 by brandtbucher
5 of 13 tasks
Pluggable optimizer API 3.13 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage
#104584 opened May 17, 2023 by markshannon
Use copy_file_range() in shutil.copyfile() (server-side copy) 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir
#81340 opened Jun 5, 2019 by giampaolo
Consider applying flags for warnings about potential security issues build The build process and cross-build performance Performance or resource usage type-feature A feature request or enhancement type-security A security issue
#112301 opened Nov 21, 2023 by mdboom
importlib does unnecessary os.stat calls checking for namespace __init__.py files 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir topic-importlib
#91519 opened Apr 14, 2022 by novoselov-ab
Avoid releasing the GIL in nonblocking socket operations 3.12 bugs and security fixes performance Performance or resource usage topic-IO
#89977 opened Nov 16, 2021 by jcrist mannequin
ABC causing massive memory swell 3.12 bugs and security fixes performance Performance or resource usage stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
#94284 opened Jun 26, 2022 by zrothberg
RotatingFileHandler formats the record twice performance Performance or resource usage
#116267 opened Mar 3, 2024 by serhiy-storchaka
Type/constant/value propagation for BINARY_OP interpreter-core (Objects, Python, Grammar, and Parser dirs) performance Performance or resource usage type-feature A feature request or enhancement
#115480 opened Feb 14, 2024 by Fidget-Spinner
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.