19 Feb
2012
19 Feb
'12
4:10 p.m.
2012/2/19 Stefan Behnel <stefan_ml@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