jitpy
jitpy copied to clipboard
Library to embed PyPy into CPython
Hi, I really love pypy and jitpy, but for my work, I need to pass complex arguments to pypy functions, not just ints or strings. So my solution is to...
may I ask which module is this?
Visual Studio link.exe is raising an error with `exit status 1181` I had to change some code on https://github.com/fijal/jitpy/blob/master/jitpy/__init__.py#L41: ``` python if not pypy_home.join('libpypy-c.so').check(): libdir = pypy_home.join('bin') if not libdir.join('libpypy-c.so').check():...