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 supported926 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Line-wrapped syntax highlighting in Python shell spills over into program output
- Crash in `DistributionFinder.context` because it is using `vars(self).update(kwargs)` under memory preasure
- gh-152042: Preserve instance __dict__ when copying deque and array subclasses
- Build SQLite with SQLITE_ENABLE_PERCENTILE for Windows and CPython-3.15+
- Fix broken reference link in colorsys.rst
- gh-74667: Make socket.getservbyname(), getservbyport() and getprotobyname() thread-safe
- email: uncaught IndexError in the header parser on empty-input edge cases
- gh-151857: Fix IndexError in the email header parser on empty input
- concurrent.interpreters: crash (NULL dereference) when an unpickled AttributeError has a non-string arg
- gh-151862: Fix NULL deref on non-str AttributeError when unpickling
- Docs
- Python not yet supported