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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-149302: Fix incorrect docstring in `RemoteUnwinder.get_all_awaited_by`
- gh-149239: Deopt `LOAD_ATTR_CLASS_WITH_METACLASS_CHECK` on reassigning `__class__`
- gh-149306: Improve error messages in wave module to include the offending value
- gh-125231: register firefox channels as Mozilla controller
- Metaclasses with type annotated attributes do not add `__annotations__ = {}` to derived classes.
- _PyExecutorObject is exposed to the abidiff tool due to indirect use in PyCodeObject
- test_capi fails with HWASan
- Avoid double checking `tp_as_number`, `tp_as_sequence` and `tp_as_mapping`
- t-string tokeniser reports `MemoryError` on invalid input
- pyrepl autocomplete from x import <tab> to only display public members
- Docs
- Python not yet supported