| commit | a9885e93eeecf799893dcfed59146f98859031f1 | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Tue Aug 20 20:08:53 2013 +0300 |
| committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Aug 20 20:08:53 2013 +0300 |
| tree | 76095f773981bfaccb8ac6588dcfc7ad9563bfc2 | |
| parent | 83737c632c9d12dc74074fc4884091bdfd2b15f0 [diff] |
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace" error handler on 64-bit platforms. Patch by Yogesh Chaudhari.