[pypy-dev] Bringing Cython and PyPy closer together
Amaury Forgeot d'Arc
amauryfa at gmail.com
Sun Feb 19 23:10:37 CET 2012
2012/2/19 Stefan Behnel <stefan_ml at behnel.de>
> That's different for PyComplexObject, which allows direct unboxed access to
> the real and imaginary number fields. Cython makes use of that for
> interfacing between C/C++ complex and Python complex.
>
Why don't you use PyComplex_AsCComplex or other similar API for this?
--
Amaury Forgeot d'Arc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20120219/51f713f1/attachment.html>
More information about the pypy-dev
mailing list