summaryrefslogtreecommitdiffstats
path: root/Include/cpython/frameobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-44590: Lazily allocate frame objects (GH-27077)Mark Shannon2021-07-261-35/+2
* bpo-44032: Move pointer to code object from frame-object to frame specials ar...Mark Shannon2021-06-181-1/+0
* bpo-44032: Move data stack to thread from FrameObject. (GH-26076)Mark Shannon2021-05-211-6/+4
* Remove PyTryblock struct (GH-26059)Mark Shannon2021-05-121-6/+0
* bpo-40222: "Zero cost" exception handling (GH-25729)Mark Shannon2021-05-071-12/+3
* bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)Victor Stinner2021-02-181-2/+0
* bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)Mark Shannon2021-02-011-2/+2
* bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...Mark Shannon2021-01-291-1/+3
* bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)Mark Shannon2021-01-051-6/+1
* bpo-40941: Unify implicit and explicit state in the frame and generator objec...Mark Shannon2020-07-171-5/+28
* bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...Skip Montanaro2020-06-011-8/+0
* bpo-40421: Add PyFrame_GetBack() function (GH-19765)Victor Stinner2020-04-291-0/+2
* bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)Victor Stinner2020-04-291-2/+0
* bpo-40421: Add pyframe.h header file (GH-19755)Victor Stinner2020-04-281-5/+2
* bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)Dong-hee Na2020-02-171-1/+1
* bpo-35134: Migrate frameobject.h contents to cpython/frameobject.h (GH-18052)Nick Coghlan2020-01-201-0/+87