]> granicus.if.org Git - python/commit
Issue #5016: FileIO.seekable() could return False if the file position
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 23:42:55 +0000 (23:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Mar 2009 23:42:55 +0000 (23:42 +0000)
commita28fcfdbdaa082a8d3849d7dc829f89cd7f868a8
tree8f442d68459df06ab7d77f9db01365b2e2ae56e0
parent0ae29cf6176d3f80c1845cf23716a708acbe598b
Issue #5016: FileIO.seekable() could return False if the file position
was negative when truncated to a C int. Patch by Victor Stinner.
Lib/test/test_largefile.py
Misc/NEWS
Modules/_fileio.c