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 supported869 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- GH-146128: Remove the buggy AArch64 "33rx" relocation
- `_hashopenssl.cā`: Missing negative return check in `EVP_get_block_size` and `EVP_get_digest_size`
- Static musl build regression (3.14+): duplicate _Py_LibHacl_* symbols from duplicated Modules/_hacl/*.o
- gh-146264: Use static HACL deps for static module builds
- gh-129139: Fix __setstate__ on exhausted list iterators in free-threaded build
- Docs: Use !r in __repr__ example
- Add `--jsonl` flag to the `profiling.sampling`
- Attempting to assign an infinte generator to an extended slice hangs indefinitely instead of raising ValueError
- gh-146268: Fix case where assigning an infinite generator to an extend slice hangs instead of raising ValueError
- `slot.__delete__()` behaves as non-atomic in free-threading
- Docs
- Python not yet supported