[Pyrex] Declaring an unsigned char in Pyrex?

Francesc Altet faltet at carabos.com
Sun Jun 3 13:00:49 UTC 2007


El dg 03 de 06 del 2007 a les 14:48 +0200, en/na Francesc Altet va
escriure:
> After looking at the sources, I see that Pyrex translates the 'signed
> char' (int8 above) declaration to just 'char', i.e.:
> 
>   char (*__pyx_v_rbufrv);
>   char (*__pyx_v_rbufbc);
>   char (*__pyx_v_rbuflb);
> 
> Shouldn't this be translated to 'unsigned char' types instead?

Sorry. I meant 'signed char' types indeed.

-- 
Francesc Altet    |  Be careful about using the following code --
Carabos Coop. V.  |  I've only proven that it works, 
www.carabos.com   |  I haven't tested it. -- Donald Knuth




More information about the Pyrex mailing list