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.
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:31 | admin | set | github: 46537 |
| 2008年03月14日 13:56:24 | loewis | set | status: open -> closed resolution: accepted messages: + msg63526 nosy: + loewis |
| 2008年03月14日 03:45:57 | trent | create | |