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 supported925 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Optimize `unicode_eq` for short string comparisons by bypassing `memcmp` overhead
- Use-after-free in bytearray.take_bytes() with a reentrant __index__
- gh-153568: Skip parser memo lookups that cannot match
- gh-153570: Fix use-after-free in bytearray.take_bytes() with a reentrant __index__
- gh-153568: Make the parser's per-rule stack check an inline comparison
- gh-153568: Stop re-walking memo lists when growing left-recursive rules
- gh-153568: Skip the expression precedence chain for single-token atoms
- gh-153568: Don't materialize parser token text that is never read
- gh-153568: Cache repeated identifiers while parsing
- Out-of-bounds write in bytearray.extend() with a reentrant __buffer__
- Docs
- Python not yet supported