jitpy icon indicating copy to clipboard operation
jitpy copied to clipboard

Library to embed PyPy into CPython

Results 3 jitpy issues
Sort by recently updated
recently updated
newest added

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():...