Ticket #463 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by scoder

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.