summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_genobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-120321: Make gen.gi_frame.clear() thread-safe (gh-143112)Sam Gross7 days1-1/+1
* gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (...Dino Viehland2025-09-171-1/+1
* gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)Victor Stinner2025-03-211-1/+2
* gh-131238: Add pycore_interpframe_structs.h header (#131553)Victor Stinner2025-03-211-34/+1
* gh-130931: Add pycore_interpframe.h internal header (#131249)Victor Stinner2025-03-191-2/+1
* gh-130931: Add pycore_typedefs.h internal header (#131396)Victor Stinner2025-03-191-1/+3
* gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)Irit Katriel2024-06-241-1/+43
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-291-2/+2
* gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...Donghee Na2024-02-101-4/+0
* gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)Donghee Na2024-01-181-28/+3
* gh-107211: No longer export internal functions (5) (#108423)Victor Stinner2023-08-241-0/+1
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-251-2/+2
* gh-106320: Move private _PyGen API to the internal C API (#107032)Victor Stinner2023-07-221-0/+11
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-1/+1
* bpo-45316: Move private functions to internal C API (GH-31579)Victor Stinner2022-02-251-0/+3
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-0/+46