summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_interpframe.h
Commit message (Expand)AuthorAgeFilesLines
* gh-140815: Fix faulthandler for invalid/freed frame (#140921)Victor Stinner2025-11-041-0/+55
* gh-133713: Compare the `f->stackpointer` to the result of `_PyFrame_Stackbase...Nybblista2025-05-101-2/+2
* GH-132508: Use tagged integers on the evaluation stack for the last instructi...Mark Shannon2025-04-291-0/+1
* GH-119866: Don't clear frame->stackpointer on release builds (GH-131750)Brandt Bucher2025-03-261-3/+5
* gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)Sam Gross2025-03-241-1/+4
* gh-131238: Add pycore_interpframe_structs.h header (#131553)Victor Stinner2025-03-211-41/+1
* gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)Victor Stinner2025-03-211-1/+2
* gh-130931: Add pycore_interpframe.h internal header (#131249)Victor Stinner2025-03-191-0/+379