Staging
v0.5.1
https://github.com/python/cpython
Revision 9d53457e599623fbad90833c3448835b42d7e7f9 authored by Gregory P. Smith on 11 June 2008, 07:41:16 UTC, committed by Gregory P. Smith on 11 June 2008, 07:41:16 UTC
 Added checks for integer overflows, contributed by Google. Some are
 only available if asserts are left in the code, in cases where they
 can't be triggered from Python code.
1 parent 73baefd
Raw File
Tip revision: 9d53457e599623fbad90833c3448835b42d7e7f9 authored by Gregory P. Smith on 11 June 2008, 07:41:16 UTC
Merge in release25-maint r60793:
Tip revision: 9d53457
pyd.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd"
	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
		RuntimeLibrary="2"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName).pyd"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
		ImportLibrary="$(OutDir)\$(TargetName).lib"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top