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.

classification
Title: [PATCH] -x64 option added to pcbuild/rt.bat to facilitate testing of amd64\python[_d].exe.
Type: enhancement Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, trent
Priority: normal Keywords: patch

Created on 2008-03-14 03:45 by trent, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
rt.bat.patch trent, 2008-03-14 03:45 Patch to trunk/pcbuild/rt.bat.
Messages (2)
msg63520 - (view) Author: Trent Nelson (trent) * (Python committer) Date: 2008-03-14 03:45
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.)
msg63526 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-03-14 13:56
Thanks for the patch. Committed as r61378
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46537
2008-03-14 13:56:24loewissetstatus: open -> closed
resolution: accepted
messages: + msg63526
nosy: + loewis
2008-03-14 03:45:57trentcreate