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 supported852 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- gh-142665: fix UAF when accessing a `memoryview` concurrently mutates the underlying buffer
- gh-143545: Fix UAF in lsprof via re-entrant external timer
- gh-143636: fix a crash when calling ``__replace__`` on invalid `SimpleNamespace` instances
- gh-143715: deprecate incomplete initialization of struct.Struct()
- TarFile.extractall() doesn't properly handle UNC paths
- Add C API equivalent for `sys._is_gil_enabled()`
- gh-144175: Add PyArg_ParseVector() function
- gh-129210: GC optimisations for case where no objects being collected have finalizers
- Dataclasses erroring when descriptor has mutable default
- Introduction of Thread._handle: _thread._ThreadHandle in Python3.13 has broken an unknown number of packages
- Docs
- Python not yet supported