index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
internal
/
pycore_import.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)
Miss Islington (bot)
2024-06-06
1
-16/+2
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
1
-0/+13
*
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow
2024-04-29
1
-4/+1
*
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow
2024-04-24
1
-0/+2
*
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
Eric Snow
2024-04-23
1
-0/+1
*
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner
2024-02-20
1
-1/+0
*
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner
2024-02-20
1
-2/+2
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
1
-1/+2
*
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner
2023-08-24
1
-3/+6
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-1/+1
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
1
-0/+4
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
1
-7/+4
*
Remove unused internal _PyImport_GetModuleId() function (#107235)
Victor Stinner
2023-07-25
1
-1/+0
*
gh-107211: No longer export internal variables (#107218)
Victor Stinner
2023-07-25
1
-4/+8
*
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner
2023-07-25
1
-7/+7
*
gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)
Victor Stinner
2023-07-03
1
-2/+2
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
1
-0/+20
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-0/+2
*
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...
Eric Snow
2023-04-25
1
-0/+2
*
gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...
Eric Snow
2023-03-29
1
-7/+13
*
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow
2023-03-09
1
-13/+21
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
1
-0/+5
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
1
-0/+3
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
1
-1/+102
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
1
-0/+2
*
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow
2022-11-14
1
-0/+11
*
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow
2022-11-12
1
-0/+2
*
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow
2022-11-11
1
-0/+17
*
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-...
Eric Snow
2021-10-28
1
-0/+3
*
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