On Jul 3, 2009, at 6:25 PM, Greg Ewing wrote:

> Lisandro Dalcin wrote:
>
>> cdef extern from *: # note the "?" annotation
>>     ctypedef singed MyIntType1?
>                 ^^^^^^
>
> Is this a special data type for CPUs that are
> running too hot?

:). The "unknown size" is because you don't know how many useable  
bits are left.

On a more serious note, I'd probably prefer

cdef extern from *:
     ctypedef signed int? MyIntType1

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to