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 supported764 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Behavior change for `foo and 1 or 2`: 3.12 newly converts `foo` to bool twice
- struct.pack() - the "p" case needs a revisit
- Improve `mock.reset_mock` docs: clarify that `return_value` and `side_effects` are booleans
- gh-117999: Fix small integer powers of complex numbers
- Invalid variable name in `venv` code for symlink failure handling on Windows
- threading module is missing basic/introductory usage example
- sys.executable is sometimes wrong
- Take into account encoding of source file for syntax error
- Minor inconsistency in description of Warnings between warnings.html and exceptions.html
- Improve UX for mocking dataclasses that are problematic to instantiate
- Docs
- Python not yet supported