On 25 August 2010 17:09, Stefan Behnel <[email protected]> wrote: > > Having it work > on .pyx files is IMHO a nice feature that allows users to write their > Cython code with the simpler Py3 syntax and semantics, but I doubt that it > will be interesting for existing code, so the above can't currently break > anything.
What about people wanting to use Py3 syntax and semantics for pyx files, but still need to support Python 2 runtimes? Are you telling me that getattr(obj, "__doc__", None) will not work as expected with cython -3 under a Python 2 runtime? > > It should get fixed for 0.13.1, though. > -- Lisandro Dalcin --------------- CIMEC (INTEC/CONICET-UNL) Predio CONICET-Santa Fe Colectora RN 168 Km 472, Paraje El Pozo Tel: +54-342-4511594 (ext 1011) Tel/Fax: +54-342-4511169 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
