Staging
v0.5.1
https://github.com/python/cpython
Revision 89194ff2807e040804c2fa8a92a1da04844471a2 authored by Raymond Hettinger on 03 March 2009, 22:42:48 UTC, committed by Raymond Hettinger on 03 March 2009, 22:42:48 UTC
to deque() which futher reduces the temptation to index or resort.
Also, it is a bit faster for some cases.
1 parent 0c98817
Raw File
Tip revision: 89194ff2807e040804c2fa8a92a1da04844471a2 authored by Raymond Hettinger on 03 March 2009, 22:42:48 UTC
Now that __keys are fully hidden, switch the underlying structure
Tip revision: 89194ff
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
	<UserMacro
		Name="KillPythonExe"
		Value="$(OutDir)\kill_python_d.exe"
	/>
</VisualStudioPropertySheet>
back to top