In C extension .pyd, sizeof INT64 = 4?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Jun 13 16:01:38 EDT 2007


On 12 jun, 17:06, "Martin v. Lo"wis" <mar... at v.loewis.de> wrote:
>
> What *is*INT64? It's not a builtin type of standard C, it isn't
> defined by Microsoft C, and it isn't predefined by Python.
>
> So it must be something that you have defined, and apparently
> incorrectly. How did you define it?

It is defined in basetsd.h, included by winnt.h; the OP should not
redefine it, and that also explains why I could compile my test
program without any problem.

--
Gabriel Genellina




More information about the Python-list mailing list