Ticket #33 (closed defect: fixed)
Cython long and long long integer suffixes
| Reported by: | robertwb | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.8.1 |
| Component: | Parsing | Keywords: | sKrjmWrLpoHY |
| Cc: | ECJefifvPEzeK |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
