[issue1304] py3k compilation on Windows

2007-10-22 Thread Guido van Rossum
Guido van Rossum added the comment: This doesn't apply cleanly with today's trunk, and that's not just due to the fix by Christian Heimes (which I checked in before noticing this) that fixes the same issue (bytes_methods.c). Can you Christian please work together on a new patch? I don't have

[issue1304] py3k compilation on Windows

2007-10-22 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I generated the file with svn diff, on Windows. Is it a line ending issue in the diff file? Many text files have the svn:eol-style=native property, but the PCBuild8/*/*.vcproj don't. I upload a new version of the patch, with all line endings converted to

[issue1304] py3k compilation on Windows

2007-10-22 Thread Guido van Rossum
Guido van Rossum added the comment: Yup, I think that was it. Sorry. Committed revision 58597. -- resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1304 __

[issue1304] py3k compilation on Windows

2007-10-19 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: This patch is needed to have py3k compile on win32, since the introduction of bytes_methods.c. Also, use the recently re-added md5module.c and sha1module.c, because a precompiled openssl library is difficult to obtain on Windows. Note: I tested only