Staging
v0.5.1
https://github.com/python/cpython
Revision ffae306784a067c9a604856e0886fa9d5e716337 authored by Armin Rigo on 12 June 2008, 09:50:58 UTC, committed by Armin Rigo on 12 June 2008, 09:50:58 UTC
keys in type dictionaries without using this locals() hack.
1 parent 5cc774e
Raw File
Tip revision: ffae306784a067c9a604856e0886fa9d5e716337 authored by Armin Rigo on 12 June 2008, 09:50:58 UTC
Sounds obvious, but I didn't even realize that you can put non-string
Tip revision: ffae306
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