]> 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:38:04 +0000 (20:38 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 1 Jul 2008 20:38:04 +0000 (20:38 +0000)
commitbdd941fac3631e0c971d6c1a4e9f9b39a787b14e
tree05028f6a4f65f7214d266282fdb78480e3d68ef3
parentdbd0ae383d7e23dfe219704605b55f556d2ee914
#3242: fix a crash in "print", if sys.stdout is set to a custom object,
whose write() method installs another sys.stdout.

Will backport.
Lib/test/test_file.py
Misc/NEWS
Python/ceval.c