On Thu, Dec 25, 2014 at 12:29 AM, Matti Picus 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|, ||
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 nump