Staging
v0.5.1
https://github.com/python/cpython
Revision ebf691d64cde6492f075d65e9f87651124aa19f4 authored by Charles-François Natali on 08 February 2012, 20:27:56 UTC, committed by Charles-François Natali on 08 February 2012, 20:27:56 UTC
1 parent c7fd523
Raw File
Tip revision: ebf691d64cde6492f075d65e9f87651124aa19f4 authored by Charles-François Natali on 08 February 2012, 20:27:56 UTC
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Tip revision: ebf691d
pgupdate.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pgupdate"
	OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
	InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
	>
	<Tool
		Name="VCLinkerTool"
		AdditionalManifestDependencies=""
		LinkTimeCodeGeneration="4"
	/>
</VisualStudioPropertySheet>
back to top