[Python-Dev] Who understands _ssl.c on Windows? (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sat Apr 8 11:38:14 CEST 2006


Tim Peters wrote:

Perhaps it's the case that doubles are aligned to an 8-byte boundary when socketmodule.c is compiled, but (for some unknown reason) only to a 4-byte boundary when ssl.c is compiled.

This is indeed what happens, because of what I consider three bugs: one in Python, and two in the Platform SDK:

Anyway, the fix is then straight-forward: just add /DWIN32 to _ssl.mak.

Regards, Martin



More information about the Python-Dev mailing list