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 supported766 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-127036: Update `importlib.util._LazyModule.__getattribute__` to special-case requests for `__spec__`.
- gh-127041: Prevent new threads after an interpreter has started finalizing
- `asyncio.subprocess.Process` race condition kills an unrelated process on Unix
- gh-127049: Fix `asyncio.subprocess.Process` race condition killing an unrelated process on Unix
- gh-116789: Add more tests for `inspect.getmembers`
- gh-126316: Make grp.getgrall() thread-safe: add a mutex
- `PyCode_GetCode` is not thread-safe and causes assertion fail with Python 3.13td
- test_ssl often fails against OpenSSL 3.4.0
- GH-127010: Don't lazily track and untrack dicts
- gh-127001: Fix conflict with extensionless files in shutil.which() on Windows
- Docs
- Python not yet supported