Author: mattip <[email protected]>
Branch: cpyext-ext
Changeset: r83438:92c8bbbed211
Date: 2016-03-29 23:11 +0300
http://bitbucket.org/pypy/pypy/changeset/92c8bbbed211/
Log: backout dafdc7b5af5e
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -61,9 +61,8 @@
class CConfig:
_compilation_info_ = ExternalCompilationInfo(
include_dirs=include_dirs,
- includes=['stdarg.h', 'structmember.h'],
+ includes=['Python.h', 'stdarg.h', 'structmember.h'],
compile_extra=['-DPy_BUILD_CORE'],
- pre_include_bits = ['#include "Python.h"'],
)
class CConfig2:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit