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 supported764 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Tracker: protect macros expansions using `do { ... } while (0)` constructions or via `static inline` equivalents when possible
- gh-93821: Fix bug that accepting a socket connection and ERROR_NETNAME_DELETED occurs causes serving socket to be closed
- Pythread_ident_t is not used consistently and could be more robust.
- PyFaulthandler: heap-buffer-overflow
- test_thread_time fails on NetBSD: time difference exceeds expected threshold
- Expand documentation for importlib.metadata custom providers to include caveats regarding backports
- New REPL sets global `__package__` to `'_pyrepl'`
- gh-123963: Expose GetCurrentByteCount from expat
- Daemonic threads not killed in some circumstances in python 3.13
- gh-117657: remove dump_traceback suppression from list
- Docs
- Python not yet supported