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 supported788 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-128438: Add `EnvironmentVarGuard` for `test_urllib`, `test_urllib2.py` and `urllib2_localnet.py`
- gh-123681: Check the strftime() behavior at runtime instead of at the compile time
- Promote _delete member of TemporaryDirectory to delete
- gh-124363: Treat debug expressions in f-string as raw strings
- gh-128409: Document that pdb.post_mortem() accepts exceptions
- PEP 667 + PEP 709 segfaults from accessing closure variables bound by any inlined comprehensions
- Document `pdb.post_mortem()` accepts exceptions on Python 3.13+
- Remove un-necessary socket requirements in async tests
- Suggest `async with` when `with` finds no `__enter__`/`__exit__`
- `test_cmd_line.test_non_interactive_output_buffering` fails when `PYTHONUNBUFFERED` is enabled
- Docs
- Python not yet supported