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 gz
Recipients brian.curtin, ezio.melotti, gz, loewis
Date 2012-05-08.17:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336498011.23.0.414077168875.issue10765@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this is still reproducible. For instance, by:

> hg clone -b default 3.3 "feature branch"
> cd "feature branch/PCbuild"
> call build_env.bat
> call build.bat

It seems python33.dll now does get created so it's less severe, but the python3dll still fails due to the makefile OutDir not being quoted:

NMAKE : fatal error U1073: don't know how to make 'branch\PCbuild\'
History
Date User Action Args
2012-05-08 17:26:51gzsetrecipients: + gz, loewis, ezio.melotti, brian.curtin
2012-05-08 17:26:51gzsetmessageid: <1336498011.23.0.414077168875.issue10765@psf.upfronthosting.co.za>
2012-05-08 17:26:50gzlinkissue10765 messages
2012-05-08 17:26:50gzcreate