Staging
v0.5.1
https://github.com/python/cpython
Revision 800a354fa946d777b8df92e5b0bd07e92f6f9a3b authored by Georg Brandl on 02 August 2010, 17:40:28 UTC, committed by Georg Brandl on 02 August 2010, 17:40:28 UTC
svn+ssh://pythondev@svn.python.org/python/branches/release27-maint

................
  r83533 | georg.brandl | 2010-08-02 19:34:58 +0200 (Mo, 02 Aug 2010) | 9 lines

  Merged revisions 83531 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/branches/py3k

  ........
    r83531 | georg.brandl | 2010-08-02 19:24:49 +0200 (Mo, 02 Aug 2010) | 1 line

    #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data.
  ........
................
1 parent cd1f44d
Raw File
Tip revision: 800a354fa946d777b8df92e5b0bd07e92f6f9a3b authored by Georg Brandl on 02 August 2010, 17:40:28 UTC
Merged revisions 83533 via svnmerge from
Tip revision: 800a354
sqlite3.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="sqlite3"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		AdditionalIncludeDirectories="$(sqlite3Dir)"
		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
		WarningLevel="1"
	/>
</VisualStudioPropertySheet>
back to top