]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-120754: Add more tests around seek + readall (#122103)
authorCody Maloney <cmaloney@users.noreply.github.com>
Wed, 24 Jul 2024 06:14:35 +0000 (23:14 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Jul 2024 06:14:35 +0000 (23:14 -0700)
commit9eb734111be90399fb6ae2f717d736abb8e518cb
treeb1670b5a2a4f4cd8e16358fd4d2434d062a90df6
parente91ef13861e88c27aed51a24e58d1dcc855a01dc
GH-120754: Add more tests around seek + readall (#122103)

In the process of speeding up readall, A number of related tests
(ex. large file tests in test_zipfile) found problems with the
change I was making. This adds I/O tests to specifically test these
cases to help ensure they don't regress and hopefully make debugging
easier.

This is part of the improvements from
https://github.com/python/cpython/pull/121593#issuecomment-2222261986
Lib/test/test_largefile.py