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 supported854 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-129013: Don't expose `async_generator_wrapped_value` in `PY_YIELD` callbacks
- Use wasm-gc to handle pointer casts in wasi
- Add `top_down` parameter to `(i)glob` and `Path.(r)glob` matching `{os,Path}.walk`
- Update FileIO comments, documentation to match implementation
- Compiling 3.13.1 fails when /usr/local/include/pyconfig.h is outdated
- sys.monitoring `PY_YIELD` leaks internal `async_generator_wrapped_value` object
- The errors that occur when replacing `ctypes.windll.foobar`/`ctypes.WinDLL("foobar")` with `ctypes.oledll.foobar`/`ctypes.OleDLL("foobar")`
- email.parser.BytesParser.parse() cannot handle binary data that include \x0d \x0a correctly.
- gh-100239: Specialize concatenation of lists and tuples
- pickle `load_build` function checks if `state` is None, not False
- Docs
- Python not yet supported