Message188603
Modules/fcntlmodule.c and Modules/posixmodule.c are using explicit cast to long. I don't know if there is a good reason for such cast.
PC/_msi.c: Oh, here you should remove cast to int. Example:
PyModule_AddIntMacro(m, (int)MSIDBOPEN_CREATEDIRECT);
I'm surprised that the does compile. You may have a "(int)MSIDBOPEN_CREATEDIRECT" variable :-) |
|
Date |
User |
Action |
Args |
2013-05-06 22:22:44 | vstinner | set | recipients:
+ vstinner, pitrou, neologix |
2013-05-06 22:22:43 | vstinner | set | messageid: <1367878963.98.0.0610936771008.issue17917@psf.upfronthosting.co.za> |
2013-05-06 22:22:43 | vstinner | link | issue17917 messages |
2013-05-06 22:22:43 | vstinner | create | |
|