cpython
https://github.com/python/cpython
Python
The Python programming language
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported950 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Restore (or beat) Python 2 performance for arithmetic operations on ints that fit into a single word
- Building Python 3.11+ with `./configure --enable-optimizations && make altinstall -j` results in exit code 2
- gh-61448: Fix inspect.getargvalues fails if arg name is not bound to a value
- Do Not Allow Static Objects to be Deallocated
- `Py_SETREF` and `Py_NewRef` is not explained in extending new types using a C extension
- BlockingIOError: [Errno 11] Resource temporarily unavailable: on GPFS.
- os.execvp on windows doesn't wait for the executed program to finish and doesn't report it's exit code
- Add `alias` as a `field()` parameter for dataclasses
- Docs: Multiprocessing 'spawn' *can be* used with some forms of frozen executables
- URL Parse Split incorreclty interpret proxy pw, which include '?'
- Docs
- Python not yet supported