summaryrefslogtreecommitdiffstats
path: root/Include/cpython/pyframe.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments (#120188)Xie Yanbo2024-06-071-1/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-0/+2
* gh-107149: Make PyUnstable_ExecutableKinds public (#108440)Victor Stinner2023-08-311-0/+8
* GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)Victor Stinner2023-07-241-0/+17
* gh-91248: Add PyFrame_GetVar() function (#95712)Victor Stinner2022-11-081-1/+2
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-191-0/+17