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 supported917 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Use saturating counters for branch taken counters in `_POP_JUMP_IF_FALSE` and similar instructions.
- SSLContext.load_verify_locations(cadata=<DER>) fails with [ASN1: NOT_ENOUGH_DATA] when linked against OpenSSL 3.0.21+
- gh-139580: Clarify pathlib full_match recursive pattern docs
- gh-151485: Fix command quoting in subprocess.CalledProcessError.__str__
- gh-151483: Make `PyCodeObject._co_unique_id` conditional on `Py_GIL_Dā¦
- fix(concurrent): resolve ThreadPoolExecutor shutdown deadlock in signal handlers
- gh-132312: Significantly reduce thread state lookups in the interpreter
- Docs: the `dis` module does not document the `show_jit` parameter
- Tokenizer produces token '<>', missing in the language grammar (regardless on __future__.barry_as_FLUFL settings)
- `faulthandler`: data races in `enable()`/`disable()` and `dump_traceback_later()` under free threading
- Docs
- Python not yet supported