COMMITS
/ Objects/frameobject.c May 12, 2022
D
[3.10] gh-92311: Let frame_setlineno jump over listcomps (GH-92717)
Dennis Sweeney committed
October 4, 2021
S
[3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721)
Serhiy Storchaka committed
August 10, 2021
I
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)
Irit Katriel committed
April 30, 2021
S
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower committed
April 29, 2021
R
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman committed
M
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed
March 18, 2021
V
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Victor Stinner committed
February 20, 2021
V
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
February 18, 2021
V
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner committed
February 1, 2021
M
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon committed
January 29, 2021
January 5, 2021
M
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon committed
November 12, 2020
M
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon committed
July 17, 2020
June 23, 2020
V
bpo-40521: Cleanup code of free lists (GH-21082)
Victor Stinner committed
June 10, 2020
A
Restrict co_code to be under INT_MAX in codeobject (GH-20628)
Ammar Askar committed
June 8, 2020
V
bpo-40887: Don't use finalized free lists (GH-20700)
Victor Stinner committed
June 4, 2020
V
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner committed
A
Fix MSVC warning in frameobject.c (GH-20590)
Ammar Askar committed
May 5, 2020
V
bpo-40521: Disable free lists in subinterpreters (GH-19937)
Victor Stinner committed
April 29, 2020
M
bpo-40228: More robust frame.setlineno. (GH-19437)
Mark Shannon committed
V
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner committed
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 25, 2020
V
bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157)
Victor Stinner committed
February 14, 2020
A
closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510)
Andy Lester committed
January 21, 2020
V
bpo-33387: Fix compiler warning in frame_block_unwind() (GH-18099)
Victor Stinner committed
November 21, 2019
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
August 24, 2019
S
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
April 27, 2018
V
bpo-33041: Fix downcast warning on Windows (#6595)
Victor Stinner committed
March 23, 2018
S
bpo-30953: Improve error messages and add tests for jumping (GH-6196)
Serhiy Storchaka committed
S
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka committed