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 supported939 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Use `PyMutex` in the buffered I/O module
- gh-154707: Replace `PyThread_type_lock` with `PyMutex` in `bufferedio.c`
- `reversed(dict)` can read out of bounds and segfault (`dictreviter_iter_lock_held`)
- Interpolation.expression drops trailing whitespace despite documentation saying it includes any whitespace
- gh-154682: Fix corruption of locale-encoded text on FreeBSD, NetBSD, DragonFly BSD and macOS
- `shutil.copyfile()` rejects device symlinks with `follow_symlinks=False`
- TLSv1.3 should be among possible return values of ssl.SSLSocket.version
- gh-154726: Fix `shutil.copyfile()` for device symlinks with `follow_symlinks=False`
- Fix duplicate word in comment
- PyREPL: ESC key in isearch mode has ambiguous prefix delay
- Docs
- Python not yet supported