]> granicus.if.org Git - python/commit
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Aug 2013 17:08:53 +0000 (20:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Aug 2013 17:08:53 +0000 (20:08 +0300)
commita9885e93eeecf799893dcfed59146f98859031f1
tree76095f773981bfaccb8ac6588dcfc7ad9563bfc2
parent83737c632c9d12dc74074fc4884091bdfd2b15f0
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
error handler on 64-bit platforms.  Patch by Yogesh Chaudhari.
Misc/ACKS
Misc/NEWS
Modules/_io/textio.c
Python/codecs.c