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 supported849 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Warn about urlsplit()'s `netloc` not being suitable for open redirect checking
- debughelper: GIL is leaked when ssl_obj->ctx->keylog_bio == NULL
- AST: ensure kw_defaults is always allocated for kw-only args (fix NULL deref)
- Feature: Support `filename:function` syntax for pdb break and clear command
- ASan memory leak in test_gc with --enable-experimental-jit (allocate_executor)
- Document guarantees provided when sharing built-in types across threads
- Add new type of executable to support external JITs
- Minor optimization for set object, swap bodies
- Use-after-free in `memoryview` slicing via re-entrant `__index__`
- GH-81881: Raise `SpecialFileError` for sockets and devices in `shutil.copyfile`
- Docs
- Python not yet supported