Staging
v0.5.1
https://github.com/python/cpython
Revision 3d98e7da13045ade15a5f7cce6e99362cf4b6362 authored by Robert Schuppenies on 17 May 2009, 22:03:27 UTC, committed by Robert Schuppenies on 17 May 2009, 22:03:27 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r72751 | robert.schuppenies | 2009-05-17 10:32:20 -0700 (Sun, 17 May 2009) | 2 lines

  Issue 5964: Fixed WeakSet __eq__ comparison to handle non-WeakSet objects.
........
1 parent ca354c7
Raw File
Tip revision: 3d98e7da13045ade15a5f7cce6e99362cf4b6362 authored by Robert Schuppenies on 17 May 2009, 22:03:27 UTC
Merged revisions 72751 via svnmerge from
Tip revision: 3d98e7d
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