Robert Bradshaw, 03.12.2010 21:03: > My inclination would be to have complex be a simple alias for complex > double, and if one wants the Python object type one can cimport it > from cpython. -1 to having complex be a Python object in the builtin > namespace, or some hybrid object that's a complex double under the > hood but has the (incomplete?) semantics of a complex object. In this > respect the Python complex object type would be like the Python long, > float, and int types. They're rarely what the user actually wants > anyways.
Fine with me. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
