]> granicus.if.org Git - python/commit
Issue5407
authorKristján Valur Jónsson <kristjan@ccpgames.com>
Tue, 3 Mar 2009 06:52:34 +0000 (06:52 +0000)
committerKristján Valur Jónsson <kristjan@ccpgames.com>
Tue, 3 Mar 2009 06:52:34 +0000 (06:52 +0000)
commit45ed72ddaf16c97237f2ad522959d6ffd8b40e2e
tree5922788e3e72336c7ca6f0f2c9c22e5cd1a83b62
parenta88e4daf521dc9ca190bdab7d0b477b1a2faa5da
Issue5407
Broken Py3.1 release build in Visual Studio 2005

The CRT runtime structure that holds ioinfo doesn't appear to match the decleration from the headers provided with the Visual Studio 2005 crt sources.  In Release, an extra 8 bytes follow the final BOOL.  I cannot explain this, but the code works now, both in 32 bits and 64
Modules/posixmodule.c