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 supported870 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Use-after-free in `memoryview` comparison via re-entrant `struct.Struct.unpack_from`
- [doc] State clearly that open() 'file' param is "name" attr of the result
- gh-142699: Move syntax colorizer from `pyrepl.utils` to `_colorize`
- Use-after-free in `itertools.zip_longest_next/islice/batched` via re-entrant iterator
- ParamSpec(bound=None) incorrectly sets __bound__ to NoneType
- Null pointer dereference in `array_repeat` via re-entrant `__index__` during array multiplication
- Null pointer dereference in `array.array.tofile` via reentrant writer
- Improved performance and arguably simpler code for dictionaries by changing the keys layout
- `pathlib.Path.mkdir()` raises `FileExistsError` for non-existent path due to TOCTOU race condition
- Incorrect docs for `typing.Concatenate`
- Docs
- Python not yet supported