Stefan Behnel, 12.11.2010 21:36:
> solution that basically leaves obvious C
> literals (enum names or numeric literals ending with "U" or "LL") unchanged
> and only checks that Python compatible literals are<= 32bit.

On a related note, should we treat "123L" literals as explicit C long 
literals in -3 mode? After all, the "L" suffix is only ambiguous in Cython 
2 mode (and clearly a Python literal suffix in Python 2 .py files).

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

Reply via email to