Author: Matti Picus <[email protected]>
Branch:
Changeset: r70336:6b35cdb1c211
Date: 2014-03-30 22:29 +0300
http://bitbucket.org/pypy/pypy/changeset/6b35cdb1c211/
Log: revert ccdd17cd5300, it causes more problems than it solves
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
@@ -64,8 +64,6 @@
kwds["libraries"] = [api_library]
# '%s' undefined; assuming extern returning int
kwds["compile_extra"] = ["/we4013"]
- # tests are not strictly ansi C compliant, compile as C++
- kwds["compile_extra"].append("/TP")
# prevent linking with PythonXX.lib
w_maj, w_min = space.fixedview(space.sys.get('version_info'), 5)[:2]
kwds["link_extra"] = ["/NODEFAULTLIB:Python%d%d.lib" %
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit