Files
cpython/Include
Victor Stinner 7036477323 bpo-40421: Add PyFrame_GetBack() function (GH-19765)
New PyFrame_GetBack() function: get the frame next outer frame.

Replace frame->f_back with PyFrame_GetBack(frame) in most code but
frameobject.c, ceval.c and genobject.c.
2020-04-29 03:28:46 +02:00
..
2020-04-28 16:28:10 +02:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00