]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Oct 2010 12:04:34 +0000 (12:04 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 14 Oct 2010 12:04:34 +0000 (12:04 +0000)
commit22a351aabfaf8a9136ad148ceecddb55a9874f1f
tree98fa31d1fe60a942736cfb269430e05324781a31
parent383c32dd3821828f271c0bf7bcf21f0ba71792e8
Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file
descriptor.
Misc/NEWS
Parser/tokenizer.c
Parser/tokenizer.h