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 supported926 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Double free / use-after-free in `list.append()` when the list grows under `MemoryError` (`_CALL_LIST_APPEND`)
- gh-136757: Reuse static strings for exact operator tokens
- gh-151815: Fix segfault in template_iter on allocation failure
- gh-151818: Fix double-free in _CALL_LIST_APPEND on allocation failure
- gh-151830: Raise ValueError instead of SystemError for invalid code objects in marshal.loads()
- gh-151824: Add `copy()` to `ZipFile`
- gh-151833: List additional documentation make targets
- gh-151749: Add 5f00::/16 (RFC 9602) and 100:0:0:1::/64 (RFC 9780) to ipaddress IPv6 private networks
- IPv6Address ordering is scope-id-blind, breaking trichotomy and making sorted()/min()/max() non-deterministic for scoped addresses
- gh-151769: Make IPv6Address ordering scope_id-aware
- Docs
- Python not yet supported