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 supported786 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- CPU utilisation drop when increasing number of threads with `threading`
- Crash when inspecting frame of other thread in free-threaded build
- Improve TypeError error message when trying to iterate over an object of type 'int'
- Use a less red-ish color for the new prompt and non-error colorized traceback text
- gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules
- `test_os.test_timerfd_initval` flaky test
- Support loading keys and certificates as variables (bytes) in particular in the load_cert_chain function
- argparse with option/value like --gpg-options "--homedir=/home/user" errors out but adding binding op works.
- gh-118542: improve datetime deprecation warnings
- inspect.signature.BoundArguments "POSITIONAL_OR_KEYWORD" Arguments are always args
- Docs
- Python not yet supported