COMMITS
/ Python/pylifecycle.c September 7, 2022
K
GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706)
Kumar Aditya committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
August 17, 2022
K
July 25, 2022
E
gh-94673: Always Finalize Static Builtin Types (#95153)
Eric Snow committed
K
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya committed
June 25, 2022
S
gh-77560: Report possible errors in restoring builtins at finalization (GH-94255)
Serhiy Storchaka committed
June 17, 2022
V
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 9, 2022
G
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith committed
March 30, 2022
C
bpo-46864: Suppress even more ob_shash deprecation warnings (GH-32176)
Christian Heimes committed
March 18, 2022
V
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Victor Stinner committed
March 7, 2022
B
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher committed
February 28, 2022
E
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow committed
February 26, 2022
K
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya committed
February 25, 2022
V
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner committed
February 24, 2022
K
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya committed
February 23, 2022
February 8, 2022
January 27, 2022
V
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
Victor Stinner committed
K
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Kumar Aditya committed
January 22, 2022
V
bpo-46417: Clear symtable identifiers at exit (GH-30809)
Victor Stinner committed
V
bpo-46417: Clear _io module static objects at exit (GH-30807)
Victor Stinner committed
V
bpo-46417: Clear Unicode static types at exit (GH-30806)
Victor Stinner committed
V
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
Victor Stinner committed
V
bpo-46417: Clear more static types (GH-30796)
Victor Stinner committed
January 21, 2022
V
bpo-46417: Py_Finalize() clears static types (GH-30743)
Victor Stinner committed
V
bpo-46417: Call _PyDebug_PrintTotalRefs() later (GH-30744)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
January 13, 2022
January 11, 2022
E
bpo-45953: Statically allocate and initialize global bytes objects. (gh-30096)
Eric Snow committed
December 14, 2021
D
bpo-45919: Remove out of date comment (GH-30090)
Dong-hee Na committed
E
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow committed
December 13, 2021
D
bpo-45919: Use WinAPI GetFileType() in is_valid_fd() (GH-30082)
Dong-hee Na committed
December 9, 2021
December 8, 2021
E
bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)
Eric Snow committed
December 7, 2021
E
bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)
Eric Snow committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
December 2, 2021
C
bpo-40280: Optimize ints and and startup on wasm (GH-29887)
Christian Heimes committed
November 28, 2021
C
bpo-45915: use fcntl(fd, F_GETFD) in is_valid_fd() (GH-29821)
Christian Heimes committed
October 28, 2021
M
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
Mark Shannon committed
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 22, 2021
I
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
Irit Katriel committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
September 21, 2021
V
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner committed
September 14, 2021
August 17, 2021
D
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na committed
August 6, 2021
V
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner committed