COMMITS
/ Modules/_testsinglephase.c February 9, 2026
November 5, 2025
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin committed
September 20, 2024
P
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin committed
May 27, 2024
E
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow committed
May 25, 2024
E
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
E
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 1, 2023
V
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner committed
May 31, 2023
S
May 30, 2023
S
gh-102251: Fix reference leak in _testsinglephase initialization (#105082)
sunmy2019 committed
February 27, 2023
E
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow committed
February 15, 2023
February 14, 2023
E
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow committed
November 8, 2022
E
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow committed