Staging
v0.5.1
https://github.com/python/cpython
Revision 7aaa1ef8580660eb6ba94a48ffaf76acbc75a8a6 authored by Richard Oudkerk on 26 February 2013, 12:39:57 UTC, committed by Richard Oudkerk on 26 February 2013, 12:39:57 UTC
1 parent 8fd3669
Raw File
Tip revision: 7aaa1ef8580660eb6ba94a48ffaf76acbc75a8a6 authored by Richard Oudkerk on 26 February 2013, 12:39:57 UTC
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
Tip revision: 7aaa1ef
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