Hi devs,
Can multiple PyPy sandboxes be executed and interacted with from C/C++?
For context, I'm adding plugin support to my application. I'd like people
to be able to write a python module, and call it's functions from the C/C++
in a sandboxed environment.
This is for 2 reasons:
1) So that a p
Hi PyPy-dev,
I remember there was some work on getting PyPy on JVM... is that still
possible? Can someone point me on how to do it?
Thank you,
Fabio
___
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev
bzlib is library for bzip2 archives. it's not zlib which You mentioned
in first sentence.
2014-06-19 10:28 GMT+02:00 Joe Borġ :
> Hi all,
>
> Because I've had to build zlib away from its normal home, I need to pass -I
> to gcc (LD_LIBRARY_PATH doesn't work).
>
> Setting this -I fixes my build issu
Hi Matti,
First question, what is the relationship of this mail and "PyPy on Windows"?
On 21 June 2014 22:24, Matti Picus wrote:
> ``ctypes.pythonapi`` lets you access the CPython C API
> emulation layer. It does not work on PyPy at the moment, we are missing
> a
> ``getfunc`` method