Re: [Cython] All DEF constants are now unsigned?

2015-09-06 Thread Jeroen Demeyer
On 2015-09-05 17:09, Stefan Behnel wrote: It now appends the 'U' suffix only to literals that are used in an unsigned context (e.g. assignment to unsigned variable), and additionally appends L/LL suffixes for integers that might exceed the int/long limits. Why not just keep it simple, append no

Re: [Cython] All DEF constants are now unsigned?

2015-09-06 Thread Stefan Behnel
Jeroen Demeyer schrieb am 06.09.2015 um 10:54: > On 2015-09-05 17:09, Stefan Behnel wrote: >> It now appends the 'U' suffix only to literals that are used in an unsigned >> context (e.g. assignment to unsigned variable), and additionally appends >> L/LL suffixes for integers that might exceed the i

Re: [Cython] All DEF constants are now unsigned?

2015-09-06 Thread Jeroen Demeyer
Thanks, I just tested Sage with latest master and all worked fine! ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] All DEF constants are now unsigned?

2015-09-06 Thread Stefan Behnel
Jeroen Demeyer schrieb am 06.09.2015 um 19:54: > Thanks, I just tested Sage with latest master and all worked fine! Thanks for testing. Stefan ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel