8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ccacb2 commit 529a160Copy full SHA for 529a160
Include/internal/pycore_importdl.h
@@ -36,6 +36,9 @@ extern int _Py_ext_module_loader_info_init(
36
struct _Py_ext_module_loader_info *info,
37
PyObject *name,
38
PyObject *filename);
39
+extern int _Py_ext_module_loader_info_init_for_builtin(
40
+ struct _Py_ext_module_loader_info *p_info,
41
+ PyObject *name);
42
extern int _Py_ext_module_loader_info_init_from_spec(
43
44
PyObject *spec);
0 commit comments