Skip to content

Commit d0331b0

Browse files
Alexpuxlazka
authored andcommitted
Fix exports for _suggestions module
1 parent ffb59f1 commit d0331b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/_suggestions.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#ifndef Py_BUILD_CORE_BUILTIN
2+
# define Py_BUILD_CORE_MODULE 1
3+
#endif
4+
15
#include "Python.h"
26
#include "pycore_pyerrors.h"
37
#include "clinic/_suggestions.c.h"

0 commit comments

Comments
 (0)