8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648688c commit b425613Copy full SHA for b425613
Include/internal/pycore_import.h
@@ -24,8 +24,8 @@ extern int _PyImport_FixupBuiltin(
24
extern int _PyImport_FixupExtensionObject(PyObject*, PyObject *,
25
PyObject *, PyObject *);
26
27
-PyAPI_DATA(PyObject *) _PyImport_GetModuleAttr(PyObject *, PyObject *);
28
-PyAPI_DATA(PyObject *) _PyImport_GetModuleAttrString(const char *, const char *);
+PyAPI_FUNC(PyObject *) _PyImport_GetModuleAttr(PyObject *, PyObject *);
+PyAPI_FUNC(PyObject *) _PyImport_GetModuleAttrString(const char *, const char *);
29
30
31
struct _import_runtime_state {
0 commit comments