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
- Add a note about variable scope inside a block when compared to other languages.
- `collections.abc` documentation should clarify which classes remove `__hash__`.
- Make regrtest collect test line coverage using sys.monitoring
- Default CC is "gcc" on Mac, but should be "clang"
- test_threading: `test_3_join_in_forked_from_thread` failed on Ubuntu
- `test_dict` and `test_abstract` of `test_capi` unconditionally import `_testcapi` module
- Drop direct reference to `ez_setup.py`/`setuptools` from venv's EnvBuilder example
- code.replace() fails to preserve CO_FAST_HIDDEN flag on locals
- gh-110529: Guard `_testcapi` imports in tests
- GH-109978: Allow multiprocessing finalizers to run on a separate thread
- Docs
- Python not yet supported