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 supported916 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Avoid redundant whitespace scan in json.loads() for documents without surrounding whitespace
- gh-150860: Skip the whitespace scan in json.loads() when there is none
- gh-148467: Move BufferedIOBase close to concrete implementations
- [3.12] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080)
- gh-150820: Speed up json.dumps() for small documents
- Add warning to Thread.run() docstring so that users are aware Thread.start() is the correct way to start a thread
- gh-150815: Speed up copy.deepcopy() of containers with atomic elements
- gh-150816: Speed up inspect.signature() for Python functions
- test_asyncio.test_subprocess fails with "env changed" on "AMD64 Debian root 3.x" buildbot: unclosed file <_io.FileIO name=11 mode='wb' closefd=True>
- Speed up datetime.timedelta construction for the common all-integer case
- Docs
- Python not yet supported