robertwb / issues-import-test

0 stars 0 forks source link

Cython long and long long integer suffixes #59

Open robertwb opened 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