COMMITS
/ Include/internal/pycore_runtime_init.h November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 23, 2023
R
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-110911)
Radislav Chugunov committed
October 3, 2023
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
August 17, 2023
M
August 3, 2023
E
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow committed
July 28, 2023
E
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow committed
July 27, 2023
E
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow committed
July 11, 2023
P
gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
Pablo Galindo Salgado committed
June 8, 2023
E
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow committed
May 10, 2023
E
gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)
Eric Snow committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
E
gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Eric Snow committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 29, 2023
March 27, 2023
March 23, 2023
E
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
March 9, 2023
E
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow committed
E
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
Eric Snow committed
March 8, 2023
E
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
Eric Snow committed
March 7, 2023
E
gh-90110: Fix the c-analyzer Tool (#102483)
Eric Snow committed
February 28, 2023
E
gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)
Eric Snow committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
January 30, 2023
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed
December 16, 2022
E
gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
Eric Snow committed
December 14, 2022
E
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow committed
December 12, 2022
E
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow committed
E
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow committed
E
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow committed
December 9, 2022
E
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow committed
December 8, 2022
E
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow committed
E
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow committed
November 16, 2022
E
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow committed
E
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow committed
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
November 15, 2022
E
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow committed
K
GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState` (GH-99385)
Kumar Aditya committed
November 14, 2022
E
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow committed
E
gh-81057: Move Global Variables Holding Objects to _PyRuntimeState. (gh-99487)
Eric Snow committed
November 11, 2022
E
gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)
Eric Snow committed
E
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow committed
November 7, 2022
K
GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
Kumar Aditya committed
October 5, 2022
M
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510)
Mark Shannon committed
September 3, 2022
K
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya committed