Repository URL to install this package:
# ticket: 313 # mode: error a = 3 cdef void* allowed = <void*>a cdef double* disallowed = <double*>a _ERRORS = u""" 7:26: Python objects cannot be cast to pointers of primitive types """