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 Waffle.Souffle
Recipients Gabi.Davar, Waffle.Souffle, brian.curtin, loewis, ocean-city, sable, srid, tim.golden
Date 2013-11-29.18:24:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385749460.59.0.230994382819.issue10752@psf.upfronthosting.co.za>
In-reply-to
Content
Replicated with Perl being discovered as follows:
['C:\\perl\\bin\\perl.exe', 'c:\\cygwin\\bin\\perl.exe', 'c:\\perl\\bin\\perl.exe']

C:\perl\bin\perl.exe is installed from ActivePerl-5.16.3.1603-MSWin32-x86-296746.msi

Attempting to compile Python 2.7.6. Installed Python binary used to run build_openssl.py is Python 2.7.1.

As mentioned the call to the file handle's close returns 1 for every perl installation.

In this version of ActiveState Perl the errorlevel from running Perl with a successful command is 0, and with an unsuccessful command is 2.
perl -e "use Win32;"
echo %ERRORLEVEL%
 ==> 0

perl -e "use Win32x;"
echo %ERRORLEVEL%
 ==> 2
History
Date User Action Args
2013-11-29 18:24:20Waffle.Soufflesetrecipients: + Waffle.Souffle, loewis, ocean-city, sable, tim.golden, brian.curtin, srid, Gabi.Davar
2013-11-29 18:24:20Waffle.Soufflesetmessageid: <1385749460.59.0.230994382819.issue10752@psf.upfronthosting.co.za>
2013-11-29 18:24:20Waffle.Soufflelinkissue10752 messages
2013-11-29 18:24:20Waffle.Soufflecreate