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 supported850 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-140196: Added constructor behavior changes in ast.rst for python 3.13
- gh-140279: Increase `stale.yml`'s `operations-per-run`
- `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`
- Implement PEP 793 – PyModExport
- ASAN: double-free in SSL handshake
- [PEP 696] default substitution not applied correctly when parametrizing a generic type.
- Docs
- Python not yet supported