Author: Ronan Lamy
Branch: multiphase
Changeset: r92140:0385d595a7df
Date: 2017-08-13 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/0385d595a7df/
Log:fix exec_extension_module()
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/py
Author: Min RK
Branch: py3.5
Changeset: r92141:92ede31b23c6
Date: 2017-08-13 12:11 +
http://bitbucket.org/pypy/pypy/changeset/92ede31b23c6/
Log:add darwin patches to sysconfig
copied patch from py2.7 adds flags such as -arch and -undefined
dynamic_lookup
diff --git a/lib