This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mhammond
Recipients eric.araujo, loewis, mhammond, rgbecker, tarek
Date 2012-02-29.22:51:02
SpamBayes Score 4.2870335e-10
Marked as misclassified No
Message-id <1330555863.22.0.156285424628.issue8170@psf.upfronthosting.co.za>
In-reply-to
Content
Those instructions in section 5.4 do seem wrong.  On first reading they imply that you need to start with a clean source tree on your 32bit Windows, then build the 64bit version of Python.  So far so good.  However, then you need to run python.exe - which must be a 32bit version of Python or it wouldn't start.

So I *guess* the instructions really should say to build *both* the 32 and 64bit versions in the same source tree - in which case I can see why your patch would be necessary.

Can you confirm the process you used?  I assume you did build both versions in the same tree, but you also mentioned copying the .lib files around - was that an attempt to work around this bug?

But yeah, sorry for the distraction - given 5.4 I think this bug is probably valid, but the patch should probably include updated instructions in 5.4 to make it more clear.
History
Date User Action Args
2012-02-29 22:51:03mhammondsetrecipients: + mhammond, loewis, rgbecker, tarek, eric.araujo
2012-02-29 22:51:03mhammondsetmessageid: <1330555863.22.0.156285424628.issue8170@psf.upfronthosting.co.za>
2012-02-29 22:51:02mhammondlinkissue8170 messages
2012-02-29 22:51:02mhammondcreate