COMMITS
/ Include/internal/pycore_genobject.h January 8, 2026
S
gh-120321: Make gen.gi_frame.clear() thread-safe (gh-143112)
Sam Gross committed
September 17, 2025
D
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
Dino Viehland committed
March 21, 2025
V
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
Victor Stinner committed
V
gh-131238: Add pycore_interpframe_structs.h header (#131553)
Victor Stinner committed
March 19, 2025
V
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner committed
V
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner committed
June 24, 2024
I
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel committed
February 29, 2024
B
GH-115802: JIT "small" code for Windows (GH-115964)
Brandt Bucher committed
February 10, 2024
D
January 18, 2024
D
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Donghee Na committed
August 24, 2023
V
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner committed
July 25, 2023
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
July 22, 2023
V
gh-106320: Move private _PyGen API to the internal C API (#107032)
Victor Stinner committed
January 6, 2023
M
GH-99005: More intrinsics (GH-100774)
Mark Shannon committed
February 25, 2022
V
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner committed
December 9, 2021