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 supported926 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Compile single-category character sets to a bare `CATEGORY` opcode
- The `LOAD_ATTR_INSTANCE_VALUE` instruction can be sped up by storing the offset of the `valid` field in the cache.
- Lock contention inside _Py_Specialize_LoadGlobal under free threading
- [3.10] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559)
- gh-152017: Fix `deque_clear` to no longer alters exceptions
- gh-152026: Support redefinition of named capture groups
- gh-148529: Accept any contiguous bytes-like object for the struct 's' and 'p' formats
- Clarification on signature for `index`
- gh-152037: Raise ValueError for turtle.degrees(0) instead of ZeroDivisionError
- gh-151941: Doc: fix Sphinx reference warnings in `Doc/c-api/`
- Docs
- Python not yet supported