Ticket #588 (closed defect: fixed)
Octal integers do not work as Python integers
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.14 |
| Component: | Code Generation | Keywords: | |
| Cc: |
Description
The following generates broken C code:
cdef object intval = 0o123
The octal literal ends up unchanged in the C source.
Change History
Note: See
TracTickets for help on using
tickets.
