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
- gh-152140: Rework and optimize `_Extra` class in `zipfile`
- gh-152030: Clarify sequence.index() signature
- gh-152107: Fix crash when creating a dict item iterator under MemoryError
- `deque_clear` clears `MemoryError`
- Support redefinition of named capture groups in regular expressions
- turtle: TNavigator.degrees(0) raises ZeroDivisionError instead of a clear error
- gh-70398: Fix HTMLParser crash when reset()/feed() is called from a handler
- copy.copy()/copy.deepcopy() of deque and array subclasses drop instance attributes (array also changes type)
- Speed up matching of case-insensitive character sets
- gh-152054: Speed up matching of case-insensitive character sets
- Docs
- Python not yet supported