COMMITS
/ Python/pylifecycle.c 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
June 3, 2021
M
bpo-32280: Store _PyRuntime in a named section (GH-4802)
Max Bélanger committed
April 12, 2021
V
bpo-43680: _pyio.open() becomes a static method (GH-25354)
Victor Stinner committed
April 7, 2021
V
bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262)
Victor Stinner committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 10, 2021
V
bpo-43311: Create GIL autoTSSkey ealier (GH-24819)
Victor Stinner committed
March 5, 2021
G
bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
Gregory P. Smith committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
V
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner committed
January 25, 2021
V
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner committed
V
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner committed
January 19, 2021
V
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner committed
January 18, 2021
V
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner committed
V
bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
Victor Stinner committed
December 26, 2020
V
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
Victor Stinner committed
V
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner committed
V
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner committed
December 15, 2020
V
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner committed