]> granicus.if.org Git - python/commit
iterators passed to writelines() can close their files; don't segfault #10125
authorBenjamin Peterson <benjamin@python.org>
Sat, 16 Oct 2010 19:20:12 +0000 (19:20 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 16 Oct 2010 19:20:12 +0000 (19:20 +0000)
commitbf775542b0798afcde4f338aef73553636a9069b
treee2a3dff42add90c424c25c67ef405a1bd7a0ccd6
parentf76942d6bf432d6881dc47070002d226e1e15ce9
iterators passed to writelines() can close their files; don't segfault #10125
Lib/test/test_file2k.py
Misc/NEWS
Objects/fileobject.c