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 supported917 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- `tarfile.extractall(filter='data')` allows symlink escape through hardlink-extraction fallback
- test.test_importlib.resources.test_resource: AttributeError in `from . import util`
- [3.14] gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545)
- [3.10] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080)
- gh-148660: Fix use-after-free in OrderedDict.copy() on reentrant mutation
- gh-146102:Fix cross-interpreter NotShareableError ref handling
- gh-151126: Fix missing `PyErr_NoMemory` in `typeobject.c`
- gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c`
- gh-151126: Fix missing `PyErr_NoMemory` in `getpath.c`
- gh-149146: Add dealloc-depth counter fallback to trashcan trigger
- Docs
- Python not yet supported