[pypy-commit] pypy cffi-1.0: Tweaks

2015-05-08 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77187:aee219ca72d9 Date: 2015-05-08 08:54 +0200 http://bitbucket.org/pypy/pypy/changeset/aee219ca72d9/ Log:Tweaks diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cffi1_module.py --- a/pypy/module/_cffi_backen

[pypy-commit] pypy cffi-1.0: Tweaks to end up in _cffi_backend when loading C extension modules

2015-05-07 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77179:90b0f73648e7 Date: 2015-05-07 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/90b0f73648e7/ Log:Tweaks to end up in _cffi_backend when loading C extension modules that declare "_cffi_pypyinit_%s()" instead of "init%s()". diff