]> granicus.if.org Git - python/commit
call close on the underlying stream even if flush raises (#16597)
authorBenjamin Peterson <benjamin@python.org>
Thu, 20 Dec 2012 18:24:10 +0000 (12:24 -0600)
committerBenjamin Peterson <benjamin@python.org>
Thu, 20 Dec 2012 18:24:10 +0000 (12:24 -0600)
commita2d6d7121e1e6c7484003ddaf2f9fbe1a32a5a0e
tree208a37334cf0d2a4da15c94959ac98f19826a95d
parentbacf1bf35502931ce5de8c2e026ab6be65f943ef
call close on the underlying stream even if flush raises (#16597)
Lib/_pyio.py
Lib/test/test_io.py
Modules/_io/bufferedio.c
Modules/_io/textio.c