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 supported857 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-105622: Parse HTTP headers with default email policy
- shutil.copytree() fails to override existing symbolic links
- functools.update_wrapper copies all __dict__ attributes to the wrapper by default, which can be surprising when used on callable instances
- gh-105936: Fix frozen dataclasses with slots' `__setattr__` and `__delattr_`
- linux vs windows symlink inconsistency in sys.path[0]
- `help` seems to have no information on `match` or `case`
- Cannot set `A.__new__` back to `object.__new__` once it is set to something else.
- No mention of how to use a layout download
- dataclasses: pickling frozen dataclasses which derive from classes with slots does not work.
- gh-105877: Align custom __getstate__ and __setstate__ with the default ones
- Docs
- Python not yet supported