]> granicus.if.org Git - python/commit
#3242: fix a crash in "print", if sys.stdout is set to a custom object,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Jul 2008 20:52:56 +0000 (20:52 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Jul 2008 20:52:56 +0000 (20:52 +0000)
commitceda6a67ce93dd9ac982ead61a23f98f85ea1821
treeafbcf17649cc2972bf0267f8b32391a2eb48969f
parent6fa30f40b50e9f98579d16ee8358b75b898f13de
#3242: fix a crash in "print", if sys.stdout is set to a custom object,
whose write() method installs another sys.stdout.

Backport of r64633
Lib/test/test_file.py
Misc/NEWS
Python/ceval.c