COMMITS
/ Objects/frameobject.c 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
March 13, 2018
March 11, 2018
S
bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)
Serhiy Storchaka committed
March 4, 2018
T
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg committed
February 22, 2018
S
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka committed
January 28, 2018
R
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger committed
December 31, 2017
A
bpo-32468: Better frame repr() (#5067)
Antoine Pitrou committed
October 22, 2017
M
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
N
bpo-31344: Per-frame control of trace events (GH-3417)
Nick Coghlan committed
December 24, 2016
I
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
INADA Naoki committed
November 11, 2016
V
Issue #28618: Make hot functions using __attribute__((hot))
Victor Stinner committed
September 11, 2016
S
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka committed
June 4, 2016
S
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka committed
S
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka committed
May 24, 2016
S
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed