COMMITS
/ Include/internal/pycore_runtime.h April 11, 2026
G
gh-146302: make Py_IsInitialized() thread-safe and reflect true init completion (GH-146303)
Gregory P. Smith committed
March 19, 2025
V
gh-131238: Use pycore_interp_structs.h header (#131481)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
February 27, 2025
S
gh-130421: Fix data race on timebase initialization (gh-130592)
Sam Gross committed
January 12, 2025
H
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)
Hood Chatham committed
November 22, 2024
November 11, 2024
E
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
August 15, 2024
P
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado committed
July 4, 2024
G
gh-106597: Remove unnecessary CFrame offsets (#121369)
Gabriele N. Tornetta committed
July 3, 2024
G
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Gabriele N. Tornetta committed
July 2, 2024
P
gh-115773: Add sizes to debug offset structure (#120112)
Pablo Galindo Salgado committed
May 2, 2024
P
gh-93502: Add new C-API functions to trace object creation and destruction (#115945)
Pablo Galindo Salgado committed
February 28, 2024
P
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado committed
February 20, 2024
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
February 1, 2024
H
Fix comment in pycore_runtime.h (GH-110540)
He Weidong committed
January 23, 2024
S
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
December 1, 2023
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
November 16, 2023
S
gh-111956: Add thread-safe one-time initialization. (gh-111960)
Sam Gross 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 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 13, 2023
D
gh-109693: Update pyruntimestate._finalizing to use pyatomic.h (gh-110837)
Donghee Na committed
October 4, 2023
E
gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311)
Eric Snow committed
September 27, 2023
E
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow committed
September 15, 2023
H
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham committed
August 24, 2023
V
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
August 17, 2023
M
July 27, 2023
E
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow committed
July 25, 2023
V
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner committed
July 11, 2023
P
gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
Pablo Galindo Salgado committed
June 27, 2023
P
gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)
Pablo Galindo Salgado committed
June 8, 2023
E
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
Eric Snow committed
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
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
E
gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Eric Snow committed
E
April 6, 2023
E
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow committed
March 28, 2023
E
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow committed
March 20, 2023
E
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow committed
March 9, 2023
E
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
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
January 23, 2023
E
January 19, 2023
E
gh-59956: Clarify GILState-related Code (gh-101161)
Eric Snow committed
December 14, 2022
E
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow committed