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 loewis
Recipients christian.heimes, loewis
Date 2007-11-17.15:17:29
SpamBayes Score 0.050742827
Marked as misclassified No
Message-id <1195312650.1.0.929845867542.issue1455@psf.upfronthosting.co.za>
In-reply-to
Content
Ok. Running vsvars is fine, then.

The change to get_build_architecture is broken in another way: as it
parses the architecture out of sys.version, you still get Intel, not x86
(unless you also change PC/pyconfig.h - which may break code that relies
on the specific format of sys.version)

Otherwise, the patch looks fine.
History
Date User Action Args
2007-11-17 15:17:30loewissetspambayes_score: 0.0507428 -> 0.050742827
recipients: + loewis, christian.heimes
2007-11-17 15:17:30loewissetspambayes_score: 0.0507428 -> 0.0507428
messageid: <1195312650.1.0.929845867542.issue1455@psf.upfronthosting.co.za>
2007-11-17 15:17:30loewislinkissue1455 messages
2007-11-17 15:17:29loewiscreate