COMMITS
/ Include/internal/pycore_interp.h November 3, 2023
T
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao committed
November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
October 30, 2023
E
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow committed
October 23, 2023
October 13, 2023
P
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado committed
October 10, 2023
D
gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)
Donghee Na committed
October 9, 2023
E
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow committed
October 4, 2023
E
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow committed
M
GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846)
Mark Shannon committed
October 2, 2023
E
September 27, 2023
E
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
September 5, 2023
September 1, 2023
V
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner committed
August 24, 2023
V
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
July 28, 2023
M
GH-104580: Put `eval_breaker` back at the start of the interpreter state. (GH-107383)
Mark Shannon committed
July 27, 2023
E
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow committed
July 25, 2023
V
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner committed
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
July 22, 2023
V
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
Victor Stinner committed
July 2, 2023
V
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner committed
June 27, 2023
P
gh-106140: Reorder some more fields to facilitate out-of-process inspection (#106148)
Pablo Galindo Salgado committed
P
gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)
Pablo Galindo Salgado committed
June 14, 2023
June 8, 2023
P
Revert "Move observability-relevant structure fields to the top" (#105512)
Pablo Galindo Salgado committed
G
Move observability-relevant structure fields to the top (#105271)
Gabriele N. Tornetta committed
June 2, 2023
M
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon committed
May 15, 2023
E
May 8, 2023
E
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow committed
April 24, 2023
E
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
April 6, 2023
E
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow committed
March 21, 2023
E
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow committed
March 14, 2023
E
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow committed
March 8, 2023
E
gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)
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
December 14, 2022
I
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher committed
December 9, 2022
E
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow committed
December 2, 2022
E
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow committed
I
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher committed
November 22, 2022
November 16, 2022
E
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
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 11, 2022
E
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow committed