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
- Improved performance and arguably simpler code for dictionaries by changing the keys layout
- `pathlib.Path.mkdir()` raises `FileExistsError` for non-existent path due to TOCTOU race condition
- gh-142958: Add missing function field entries in inspect’s documentation
- Heap buffer overflow in ctypes array assignment via `__class__` swap
- gh-142867: Fix trace --count showing annotations as missing
- Use-after-free in `_PyEval_LoadName` via re-entrant frame locals lookup
- gh-73433: Update the document for epoll.poll in select.rst
- gh-142252: Augment functools.cached_property tests for set/delete
- gh-143497: Fix default security of `ftplib.FTP_TLS`
- gh-143513: Clarify historic behaviour of importlib ResourceReader
- Docs
- Python not yet supported