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 supported955 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-144540: Eliminate `_MAKE_HEAP_FUNCTION` for owned references
- gh-146065: Fix NULL dereference in FutureIter_am_send
- Attempting to assign an infinte generator to an extended slice hangs indefinitely instead of raising ValueError
- gh-146268: Fix case where assigning an infinite generator to an extend slice hangs instead of raising ValueError
- Incorrect SyntaxError location for walrus operator in multi-line conditional expression
- Repeated Python Thread State creation and destruction for foreign threads is slow
- datetime: Comparision and subtraction of datetime objects does not account for DST changes
- Experiment: Hybrid JIT - Pystons DynASM JIT + CPythons Stencil JIT
- asyncio.subprocess spawning can block
- Allow storing the instruction offset as an alternative to the instruction pointer in the frame.
- Docs
- Python not yet supported