[pypy-commit] pypy py3k-update: fix

rlamy pypy.commits at gmail.com
Thu Apr 28 23:08:00 EDT 2016


Author: Ronan Lamy <ronan.lamy at gmail.com>
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
 


More information about the pypy-commit mailing list