Skip to content

Commit 28e8a81

Browse files
author
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). git-svn-id: http://svn.python.org/projects/python/trunk@35416 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 222a0a3 commit 28e8a81

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)