robertwb / issues-import-test

0 stars 0 forks source link

Cython long and long long integer suffixes #81

Closed robertwb closed 8 years ago

robertwb commented 8 years ago

Reported by robertwb on 29 Jul 2008 20:07 UTC In Cython, 100L has different meaning than in C. Also, 100LL is not accepted. This should probably be changed (resturning an actaul long object when coerced to Python, but outputing the L when used in C.

To force an object, one can now type <object>100.

Migrated-From: http://trac.cython.org/ticket/33

robertwb commented 8 years ago

Comment by robertwb on 3 Aug 2008 04:59 UTC Fixed in http://hg.cython.org/cython-devel/rev/4695bbb3a785

robertwb commented 8 years ago

Modified by robertwb on 19 Aug 2008 04:30 UTC