Lisandro Dalcin wrote: > # Signedness values > UNSIGNED = 0 > ... > > # Longness values > SHORT = -1 > ... > > That very nice, so... Why not take advantage of them to define all the > c_xxx_type instances?
That's a good idea. I'll do that next time I'm looking at that piece of code. -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
