Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45020: Identify which frozen modules are actually aliases. (gh-28655) | Eric Snow | 2021-10-05 | 1 | -0/+7 |
* | bpo-41994: Fix refcount issues in Python/import.c (GH-22632) | Serhiy Storchaka | 2021-01-12 | 1 | -5/+0 |
* | bpo-1635741: Convert _imp to multi-phase init (GH-23378) | Victor Stinner | 2020-11-18 | 1 | -1/+1 |
* | PyOS_AfterFork_Child() uses PyStatus (GH-20596) | Victor Stinner | 2020-06-02 | 1 | -1/+1 |
* | bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (G... | Dong-hee Na | 2020-04-14 | 1 | -0/+2 |
* | bpo-36710: Remove PyImport_Cleanup() function (GH-14221) | Victor Stinner | 2019-06-19 | 1 | -0/+1 |
* | bpo-36710: Add tstate parameter in import.c (GH-14218) | Victor Stinner | 2019-06-19 | 1 | -0/+5 |
* | bpo-35134: Add Include/cpython/import.h header file (GH-14213) | Victor Stinner | 2019-06-18 | 1 | -0/+14 |