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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `tarfile.open()` does not forward keyword arguments to the underlying `_Stream` object for zstd in stream mode
- In Windows, os.path.ismount() returns True for nonsense UNC shares
- gh-125904: Fix and simplify "Multiple Inheritance" section in Tutorial
- Rework `PyObject_IsSubclass` documentation
- Ruler for turtle canvas for x and y axes
- `mmap` objects does not support __contains__ operation with ints (unlike bytearray!)
- Add more `application` MIME types detectable by the `mimetypes` module
- LeakSanitizer detects memory leaks in test_import with _testsinglephase module in subinterpreter
- Regression: 3.13 `traceback.format_list()` breaking behavior change.
- use copy-on-write functionality in macOS (on APFS) similar to that used for Linux, for `Path.copy` and `shutil.copyfile`
- Docs
- Python not yet supported