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 61592f4 commit 4c0bf2cCopy full SHA for 4c0bf2c
Modules/resource.c
@@ -1,3 +1,7 @@
1
+#ifndef Py_BUILD_CORE_BUILTIN
2
+# define Py_BUILD_CORE_MODULE 1
3
+#endif
4
+
5
#include "Python.h"
6
#include <errno.h> // errno
7
#include <string.h>
0 commit comments