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 supported855 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-124652: partialmethod simplifications
- Replace context enter and exit events with single "context switched" event
- gh-124879: simplify `colorsys.rgb_to_hsv`
- gh-124529: Fix `_strptime` to make `%c`/`%x` accept a year with fewer digits
- gh-124872: Back up exception before calling PyContext_WatchCallback
- gh-124176: `create_autospec` must not change how dataclass defaults are mocked
- gh-90562: Improve zero argument support for `super()` in dataclasses when `slots=True`
- gh-102536: Added `_architecture` field to `sys.implementation`
- gh-119786: Edit ``InternalDocs/frames.md``, ``Python/vm-state.md``, ``Python/tier2_engine.md``
- Behavior change for `foo and 1 or 2`: 3.12 newly converts `foo` to bool twice
- Docs
- Python not yet supported