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 supported917 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports
- gh-151749: Add 5f00::/16 (RFC 9602) and 100:0:0:1::/64 (RFC 9780) to ipaddress IPv6 private networks
- gh-151646: Fix data race between gc.get_stats() and GC in free-threading builds
- gh-151644: Fix data race in sys.setdlopenflags/getdlopenflags under free-threading
- IPv6Address ordering is scope-id-blind, breaking trichotomy and making sorted()/min()/max() non-deterministic for scoped addresses
- datetime.fromisoformat() hits a debug-build assertion on an out-of-range month combined with a 24:00 time
- gh-151769: Make IPv6Address ordering scope_id-aware
- Segfault: Py_DECREF(NULL) in PyContextVar_Set (context.c:367)
- Add curses dynamic color-pair functions: alloc_pair, find_pair, free_pair, reset_color_pairs
- Add curses state-query functions: is_keypad, is_cbreak, getparent, etc.
- Docs
- Python not yet supported