Author: Ronan Lamy <[email protected]>
Branch: py3k-update
Changeset: r84019:85b62252689f
Date: 2016-04-29 04:07 +0100
http://bitbucket.org/pypy/pypy/changeset/85b62252689f/

Log:    fix

diff --git a/pypy/module/cpyext/test/test_cpyext.py 
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext/test/test_cpyext.py
+++ b/pypy/module/cpyext/test/test_cpyext.py
@@ -321,10 +321,6 @@
                 code = """
                 %(PY_SSIZE_T_CLEAN)s
                 #include <Python.h>
-                /* fix for cpython 2.7 Python.h if running tests with -A
-                   since pypy compiles with -fvisibility-hidden */
-                #undef PyMODINIT_FUNC
-                #define PyMODINIT_FUNC RPY_EXPORTED void
 
                 %(body)s
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to