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 supported880 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-91205: fix bug in shutil.copytree with relative links and ignore_dangling_symlinks=True
- gh-133311: have MIMEImage respect policy.max_line_length
- Pipe inheritance broken on Windows since 3.13
- gh-133953: Add `attach` command to pdb
- `dataclasses`: Synthetic `__init__` method on dataclass has broken `ClassVar` annotation under some conditions.
- gh-118234: Document Python subprocess requirement on `SystemRoot` env, add RuntimeWarning
- gh-130655: add tests for dgettext
- GH-137759:Limit _PyObject_HashFast to dicts keys, rename it, and mark it as Py_ALWAYS_INLINE
- gh-75707: tarfile: Add optional open() argument "mtime"
- gh-138232: Improve performance of dataclasses.asdict by caching dataclass field names
- Docs
- Python not yet supported