Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860) | Serhiy Storchaka | 2023-07-18 | 1 | -7/+1 |
* | gh-106316: Remove pytime.h header file (#106317) | Victor Stinner | 2023-07-01 | 1 | -0/+1 |
* | gh-102251: Explicitly free state for test modules with state in test_import (... | sunmy2019 | 2023-05-31 | 1 | -1/+21 |
* | gh-102251: Fix reference leak in _testsinglephase initialization (#105082) | sunmy2019 | 2023-05-30 | 1 | -1/+3 |
* | gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254) | Eric Snow | 2023-02-27 | 1 | -11/+11 |
* | gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ... | Eric Snow | 2023-02-15 | 1 | -2/+47 |
* | gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891) | Eric Snow | 2023-02-14 | 1 | -28/+366 |
* | gh-98627: Add the _testsinglephase Module (gh-99039) | Eric Snow | 2022-11-08 | 1 | -0/+78 |