FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] GH-120754: Add more tests around seek + readall (GH-122103) by miss-islington · Pull Request #122215 · python/cpython · GitHub

/ cpython Public

[3.13] GH-120754: Add more tests around seek + readall (GH-122103) - #122215

Merged
hauntsaninja merged 1 commit into
python:3.13from
miss-islington:backport-9eb7341-3.13
Jul 24, 2024
Merged

[3.13] GH-120754: Add more tests around seek + readall (GH-122103)#122215
hauntsaninja merged 1 commit into
python:3.13from
miss-islington:backport-9eb7341-3.13

Conversation

miss-islington commented Jul 24, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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/121593GH-issuecomment-2222261986
(cherry picked from commit 9eb7341)

Co-authored-by: Cody Maloney cmaloney@users.noreply.github.com

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/121593GH-issuecomment-2222261986
(cherry picked from commit 9eb7341)

Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL