Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r90251:edb4e5cd554c
Date: 2017-02-21 11:25 +0100
http://bitbucket.org/pypy/pypy/changeset/edb4e5cd554c/
Log: fix test_version.py
diff --git a/pypy/module/cpyext/include/pyconfig.h
b/pypy/module/cpyext/include/pyconfig.h
--- a/pypy/module/cpyext/include/pyconfig.h
+++ b/pypy/module/cpyext/include/pyconfig.h
@@ -38,9 +38,9 @@
* taken care of by distutils.) */
# ifdef _DEBUG
# error("debug first with cpython")
-# pragma comment(lib,"python33.lib")
+# pragma comment(lib,"python35.lib")
# else
-# pragma comment(lib,"python33.lib")
+# pragma comment(lib,"python35.lib")
# endif /* _DEBUG */
# endif
#endif /* _MSC_VER */
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit