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 trent
Recipients trent
Date 2008-03-14.03:45:54
SpamBayes Score 0.18157773
Marked as misclassified No
Message-id <1205466358.32.0.414062205186.issue2284@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like there's been a recent change to trunk such that x64 Windows 
builds now get placed in pcbuild\amd64 instead of just pcbuild (thanks 
to whoever added it).  The attached patch against rt.bat allows it to 
be called with an -x64 arg, which invokes the 64-bit Python build, 
instead of the 32-bit one.

(tools/buildbot/test-amd64.bat should eventually be created to call 
this as well, once we've ironed out all the Windows x64 issues.)
History
Date User Action Args
2008-03-14 03:45:58trentsetspambayes_score: 0.181578 -> 0.18157773
recipients: + trent
2008-03-14 03:45:58trentsetspambayes_score: 0.181578 -> 0.181578
messageid: <1205466358.32.0.414062205186.issue2284@psf.upfronthosting.co.za>
2008-03-14 03:45:57trentlinkissue2284 messages
2008-03-14 03:45:56trentcreate