homepage

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 mitchblank
Recipients mitchblank
Date 2012年04月12日.07:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334215463.37.0.843460683269.issue14559@psf.upfronthosting.co.za>
In-reply-to
Content
In the diff between 2.7.2 and 2.7.3, we see:
--- Python-2.7.2/PCbuild/pythoncore.vcproj 2011年06月11日 08:46:27.000000000 -0700
+++ Python-2.7.3/PCbuild/pythoncore.vcproj 2012年04月09日 16:07:35.000000000 -0700
@@ -1835,6 +1835,10 @@
 >
 </File>
 <File
+ RelativePath="..\Python\random.c"
+ >
+ </File>
+ <File
 RelativePath="..\Python\structmember.c"
 >
 </File>
...however there isn't any similar change to PC\VS8.0\pythoncore.vcproj , PC\VS7.1\pythoncore.vcproj, nor PC\VC6\pythoncore.dsp
I don't know if any of those are deprecated, but the VS8.0 .vcproj's definitely worked in 2.7.2. In 2.7.3 the missing random.obj file causes python27.dll to fail to link and everything goes downhill from there.
Hand-applying the same change to the PC\VS8.0 directory fixed the problem for me.
History
Date User Action Args
2012年04月12日 07:24:23mitchblanksetrecipients: + mitchblank
2012年04月12日 07:24:23mitchblanksetmessageid: <1334215463.37.0.843460683269.issue14559@psf.upfronthosting.co.za>
2012年04月12日 07:24:22mitchblanklinkissue14559 messages
2012年04月12日 07:24:22mitchblankcreate

AltStyle によって変換されたページ (->オリジナル) /