COMMITS
/ Include/internal/pycore_moduleobject.h February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
November 14, 2025
P
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Petr Viktorin committed
November 6, 2025
D
gh-141150: Don't rely on implicit conversion from void * to pointer in _PyModule… (#141147)
Dino Viehland committed
November 5, 2025
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin committed
April 28, 2025
October 24, 2024
S
October 2, 2024
V
gh-111178: Fix function signatures in moduleobject.c (#124900)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
July 22, 2023
V
gh-106320: Remove private _PyModule API (#107070)
Victor Stinner committed
June 21, 2023
V
gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
Victor Stinner committed
May 4, 2023
I
gh-104066: Improve performance of hasattr for module objects (#104063)
Itamar Ostricher committed
March 3, 2022
V
bpo-45459: Use type names in the internal C API (GH-31669)
Victor Stinner committed
April 21, 2021
V
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner committed