Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e098a1

Browse files
author
Skip Montanaro
committed
compile.h and eval.h weren't being included which kept a fair bit of the
public API from being exposed by simply including Python.h (as recommended).
1 parent 0576d0a commit 6e098a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Include/Python.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116

117117
#include "abstract.h"
118118

119+
#include "compile.h"
120+
#include "eval.h"
121+
119122
/* _Py_Mangle is defined in compile.c */
120123
PyAPI_FUNC(int) _Py_Mangle(char *p, char *name, \
121124
char *buffer, size_t maxlen);

0 commit comments

Comments
 (0)