Staging
v0.5.1
https://github.com/python/cpython
Revision 41a81eb6cb05bb9b8799a145509a27e81d357601 authored by Hirokazu Yamamoto on 17 August 2008, 13:10:46 UTC, committed by Hirokazu Yamamoto on 17 August 2008, 13:10:46 UTC
function now takes bytearray by using 's*' instead of 't#'.
1 parent c534270
Raw File
Tip revision: 41a81eb6cb05bb9b8799a145509a27e81d357601 authored by Hirokazu Yamamoto on 17 August 2008, 13:10:46 UTC
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
Tip revision: 41a81eb
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