Staging
v0.5.1
https://github.com/python/cpython
Revision 5ea3d0f95b51009fa1c3409e7dd1c12006427ccc authored by Giampaolo Rodolà on 01 November 2010, 15:18:09 UTC, committed by Giampaolo Rodolà on 01 November 2010, 15:18:09 UTC
1 parent 8581c7e
Raw File
Tip revision: 5ea3d0f95b51009fa1c3409e7dd1c12006427ccc authored by Giampaolo Rodolà on 01 November 2010, 15:18:09 UTC
Fix Issue 6706: return None on connect() in case of EWOULDBLOCK/ECONNABORTED error.
Tip revision: 5ea3d0f
x64.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="amd64"
	OutputDirectory="$(SolutionDir)\amd64\"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalOptions="/USECL:MS_OPTERON /GS-"
		PreprocessorDefinitions="_WIN64;_M_X64"
	/>
	<Tool
		Name="VCLinkerTool"
		TargetMachine="17"
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(HOST_PYTHON)"
	/>
</VisualStudioPropertySheet>
back to top