summaryrefslogtreecommitdiffstats
path: root/Modules/_testsinglephase.c
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)Miss Islington (bot)2024-05-271-0/+3
* [3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...Miss Islington (bot)2024-05-271-2/+89
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-3/+3
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+9
* gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)Eric Snow2024-05-031-1/+167
* gh-110850: Use public PyTime functions (#115746)Victor Stinner2024-02-201-5/+4
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-201-2/+2
* gh-110850: Replace _PyTime_t with PyTime_t (#115719)Victor Stinner2024-02-201-5/+5
* gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)Serhiy Storchaka2023-07-181-7/+1
* gh-106316: Remove pytime.h header file (#106317)Victor Stinner2023-07-011-0/+1
* gh-102251: Explicitly free state for test modules with state in test_import (...sunmy20192023-05-311-1/+21
* gh-102251: Fix reference leak in _testsinglephase initialization (#105082)sunmy20192023-05-301-1/+3
* gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)Eric Snow2023-02-271-11/+11
* gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...Eric Snow2023-02-151-2/+47
* gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)Eric Snow2023-02-141-28/+366
* gh-98627: Add the _testsinglephase Module (gh-99039)Eric Snow2022-11-081-0/+78