Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r94545:0811e990ecee
Date: 2018-05-13 10:48 +0200
http://bitbucket.org/pypy/pypy/changeset/0811e990ecee/

Log:    Remove these two entries because they appear also later. In the case
        of SHLIB_SUFFIX, it appears with a different value. Looking at the
        history I think we want to keep the second one.

diff --git a/lib_pypy/_sysconfigdata.py b/lib_pypy/_sysconfigdata.py
--- a/lib_pypy/_sysconfigdata.py
+++ b/lib_pypy/_sysconfigdata.py
@@ -7,8 +7,6 @@
 
 
 build_time_vars = {
-    "EXT_SUFFIX": so_ext,
-    "SHLIB_SUFFIX": so_ext,
     "SOABI": '-'.join(so_ext.split('.')[1].split('-')[:2]),
     "SO": so_ext,  # deprecated in Python 3, for backward compatibility
     'CC': "cc -pthread",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to