Lisandro Dalcin, 25.08.2010 22:26:
> On 25 August 2010 17:09, Stefan Behnel 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 we talking about concrete problems here?


> Are you telling me
> that getattr(obj, "__doc__", None) will not work as expected with
> cython -3 under a Python 2 runtime?

Works for me.

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to