On Thu, Dec 25, 2014 at 12:29 AM, Matti Picus <[email protected]> wrote: > I would like to hear what you think about the build-shared-object branch on > pypy/numpy > The goal is to buld a pure shared object for cffi rather than a traditional > python module > I used link_shared_lib() from the distutils ccompiler|, |||but had to hack a > bit to get it to play nicely with the numpy build system. > Any comments would be appreciated. > Matti > _______________________________________________ > pypy-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pypy-dev
Armin was working on something like that for cffi 1.0 or is it something completely different? _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
