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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2017-05-11.09:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494494021.68.0.47580451518.issue30283@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh, test_regrtest still fails on x86 Windows XP VS9.0 2.7.

PCbuild/rt.bat doesn't work on VS9.0 since VS9.0 creates python(_d).exe in PC/VS9.0/{amd64,x86}/, not in PCbuild/{amd64,x86}/.

My new https://github.com/python/cpython/pull/1541 patch serie now starts with a fix for this issue.
History
Date User Action Args
2017-05-11 09:13:41vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-05-11 09:13:41vstinnersetmessageid: <1494494021.68.0.47580451518.issue30283@psf.upfronthosting.co.za>
2017-05-11 09:13:41vstinnerlinkissue30283 messages
2017-05-11 09:13:41vstinnercreate