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 61faf8c commit c7074f2Copy full SHA for c7074f2
Include/internal/pycore_import.h
@@ -15,9 +15,9 @@ struct _module_alias {
15
const char *orig; /* ASCII encoded string */
16
};
17
18
-extern const struct _frozen *_PyImport_FrozenBootstrap;
19
-extern const struct _frozen *_PyImport_FrozenStdlib;
20
-extern const struct _frozen *_PyImport_FrozenTest;
+PyAPI_DATA(const struct _frozen *) _PyImport_FrozenBootstrap;
+PyAPI_DATA(const struct _frozen *) _PyImport_FrozenStdlib;
+PyAPI_DATA(const struct _frozen *) _PyImport_FrozenTest;
21
extern const struct _module_alias * _PyImport_FrozenAliases;
22
23
#ifdef __cplusplus
0 commit comments