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 supported950 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `http` uses `email` header parser but they have slightly different rules about whitespace
- Argparse help string incorrectly places named arguments
- 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
- linux vs windows symlink inconsistency in sys.path[0]
- Cannot set `A.__new__` back to `object.__new__` once it is set to something else.
- dataclasses: pickling frozen dataclasses which derive from classes with slots does not work.
- gh-105877: Align custom __getstate__ and __setstate__ with the default ones
- Namespace Autoconf preprocessor defines
- Partial support for clang and Windows in configure
- Docs
- Python not yet supported