Ticket #463 (closed defect: fixed)
cython.typeof() does not work on expressions
| Reported by: | scoder | Owned by: | scoder |
|---|---|---|---|
| Priority: | major | Milestone: | 0.12.1 |
| Component: | Type Analysis | Keywords: | |
| Cc: |
Description
This crashes the compiler:
cimport cython a = (1,2,3) print cython.typeof(a[0])
Change History
Note: See
TracTickets for help on using
tickets.
