New issue 2711: pypy3: importing cffi also imports cpyext https://bitbucket.org/pypy/pypy/issues/2711/pypy3-importing-cffi-also-imports-cpyext
Armin Rigo: In PyPy3, importing a cffi-based module causes the complete cpyext to be imported. I think that's because of ``imp.exec_dynamic()``. It should be changed to do nothing for cffi modules. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue