summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_stackref.h
Commit message (Collapse)AuthorAgeFilesLines
* gh-117139: Fix missing semicolon (GH-118573)Ken Jin2024-05-041-1/+1
|
* gh-117139: Add header for tagged pointers (GH-118330)Ken Jin2024-04-301-0/+195
--------- Co-authored-by: Sam Gross <655866+colesbury@users.noreply.github.com>