]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 24 Apr 2024 17:42:01 +0000 (11:42 -0600)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 17:42:01 +0000 (17:42 +0000)
commit5865fa5f9b33ce003dad99cac5e5378d6aed47c5
tree28ce0e9506750c93e89ae6a778976073417a28f6
parent9b280ab0ab97902d55ea3bde66b2e23f8b23959f
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)

This helps with a later change that splits up _PyImport_LoadDynamicModuleWithSpec().
Include/internal/pycore_importdl.h
Python/import.c
Python/importdl.c