Staging
v0.5.1
https://github.com/python/cpython
Revision d48a2f77f01641ed806379358bd88eaf9e7644c8 authored by Neal Norwitz on 01 April 2008, 05:40:43 UTC, committed by Neal Norwitz on 01 April 2008, 05:40:43 UTC
fine, but the last change may be required for the test to pass on Windows.
Should we always close the mmap too?
1 parent 092a1f7
Raw File
Tip revision: d48a2f77f01641ed806379358bd88eaf9e7644c8 authored by Neal Norwitz on 01 April 2008, 05:40:43 UTC
Be sure to close the file. 2 places were deleting the file, so it was probably
Tip revision: d48a2f7
debug.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="debug"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_DEBUG"
	/>
</VisualStudioPropertySheet>
back to top