Staging
v0.5.1
https://github.com/python/cpython
Revision ceda6a67ce93dd9ac982ead61a23f98f85ea1821 authored by Amaury Forgeot d'Arc on 01 July 2008, 20:52:56 UTC, committed by Amaury Forgeot d'Arc on 01 July 2008, 20:52:56 UTC
whose write() method installs another sys.stdout.

Backport of r64633
1 parent 6fa30f4
Raw File
Tip revision: ceda6a67ce93dd9ac982ead61a23f98f85ea1821 authored by Amaury Forgeot d'Arc on 01 July 2008, 20:52:56 UTC
#3242: fix a crash in "print", if sys.stdout is set to a custom object,
Tip revision: ceda6a6
pyd_d.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd_d"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
		LinkIncremental="0"
		ImportLibrary="$(IntDir)\$(TargetName).lib"
	/>
</VisualStudioPropertySheet>
back to top