7852: Bugfix _filepos tracking in PySDK readline method.
authorBrett Smith <brett@curoverse.com>
Thu, 17 Mar 2016 22:03:21 +0000 (18:03 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 18 Mar 2016 15:30:42 +0000 (11:30 -0400)
commit9b15259759d5e73ca51f30956527dc774c5a80cf
tree16ec9d086d209a3d091a0fd62db637b598bd5441
parent05a4b601e0f7810a0e7be2e557aa266cc8f8b4e7
7852: Bugfix _filepos tracking in PySDK readline method.

Make sure self._filepos is always in the right position to return
uncached data before another read method could be called, to avoid
inconsistent results when interleaving those calls with readline
calls.
sdk/python/arvados/arvfile.py