[pypy-issue] [issue1233] str() types can't be used with ctypes's py_object()

Armin Rigo tracker at bugs.pypy.org
Mon Sep 3 21:10:12 CEST 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

Yes, exactly.  "py_object" is not implemented so far in PyPy, but that's how we
would need to implement it.  There is no direct solution because you can't take
the address of a PyPy object and pass it to C code --- to start with we have a
moving garbage collector.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1233>
________________________________________


More information about the pypy-issue mailing list