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 supported882 Subscribers
View all SubscribersAdd a CodeTriage badge to cpython
Help out
- Issues
- Factor out tracing and optimization heuristics into a single "policy" object.
- gh-142468: `pdb`: Support `break/clear filename:function` syntax
- gh-139716: Make `PyStackRef_FromPyObjectSteal` function very lightweight for GIL build as on FT build
- gh-143134: Docs: clarify PYTHONDONTWRITEBYTECODE behavior
- gh-142665: fix UAF when accessing a `memoryview` concurrently mutates the underlying buffer
- gh-143545: Fix UAF in lsprof via re-entrant external timer
- TarFile.extractall() doesn't properly handle UNC paths
- Add C API equivalent for `sys._is_gil_enabled()`
- gh-129210: GC optimisations for case where no objects being collected have finalizers
- Dataclasses erroring when descriptor has mutable default
- Docs
- Python not yet supported