summaryrefslogtreecommitdiffstats
path: root/Python/stackrefs.c
Commit message (Collapse)AuthorAgeFilesLines
* GH-131498: Cases generator: manage stacks automatically (GH-132074)Mark Shannon2025-04-041-0/+3
|
* GH-131904: Fix Py_STACKREF_DEBUG build (GH-132022)Mark Shannon2025-04-031-2/+8
|
* GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)Mark Shannon2025-03-101-0/+9
|
* GH-127705: better double free message. (GH-130785)Mark Shannon2025-03-051-10/+36
| | | | | * Add location information when accessing already closed stackref * Add #def option to track closed stackrefs to provide precise information for use after free and double frees.
* GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode ↵Mark Shannon2024-12-201-0/+156
(GH-128121)