Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40421: Cleanup PyFrame C API (GH-32417) | Victor Stinner | 2022-04-19 | 1 | -16/+2 |
* | Add new PyFrame_GetLasti C-API function (GH-32413) | Mark Shannon | 2022-04-08 | 1 | -0/+11 |
* | bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-... | Petr Viktorin | 2022-04-06 | 1 | -2/+4 |
* | bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114) | Mark Shannon | 2022-03-31 | 1 | -0/+35 |
* | bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH... | Mark Shannon | 2022-03-25 | 1 | -0/+11 |
* | bpo-46836: Add Doc/c-api/frame.rst (GH-32051) | Victor Stinner | 2022-03-23 | 1 | -0/+48 |