In C extension .pyd, sizeof INT64 = 4?

Allen Allen.Chenal at gmail.com
Tue Jun 12 06:03:14 EDT 2007


My C extension works wrong, and debug it, found that sizeof (INT64) =
4, not 8.
I compile on Windows XP platform.
Please tell me how to fix it to support INT64?
Thanks.




More information about the Python-list mailing list