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 supported867 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `_json`: Use After Free in encoder_encode_key_value() - borrowed 'key' used after free
- Exception stacktrace generated from passing an invalid `target` to `Thread(...).start()` does not include the line calling the `start()` method
- Add `PyTuple_FromPair`
- gh-145235: Make dict watcher API thread-safe for free-threaded builds
- Improve performance of PySequence_GetSlice
- The "re" library's demonstration of writing a tokenizer has wrong typing
- configure hangs with --with-address-sanitizer on macOS (conftest spins in __asan::InitializeShadowMemory)
- `_hashlib`: `EVP_MAC_CTX` leak in `hashlib_HMAC_CTX_new_from_digestmod()` when `EVP_MAC_init()` fails
- Summary When running _testembed under LeakSanitizer, test_initconfig_get_api reports a memory leak.
- Composability of `difflib`
- Docs
- Python not yet supported