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 supported855 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- pythonw should set `sys.stdout` and `sys.stdin` to valid objects.
- `sys.flags.gil` should be a "sequence" attribute
- GC - Possible to indefinitely prevent collection of generation-1 objects by calling gc.collect(0) often
- GC - long_lived_pending is not decremented when a generation-2 object's ref count goes to 0
- `urlparse` ignores the `scheme` parameter when parsing a URL
- gh-83938, gh-122476: Stop incorrectly RFC 2047 encoding non-ASCII email addresses
- New REPL will exit the interpreter due to errors from substituting builtins.__import__
- Eliminate conflicts between build variants installed to a common prefix
- Incorrect information about exception raised if source contains null bytes for ast.parse() and compile()
- make pyrepl more robust against crashes
- Docs
- Python not yet supported