Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not set size to 0 on setting initial content #662

Merged
merged 2 commits into from
Jan 28, 2022

Commits on Jan 28, 2022

  1. Do not set size to 0 on setting initial content

    - caused file system file to be wrong for non-empty files
    - tests: add contextmanager version of assert_raises_os_error
    - fixes pytest-dev#660
    mrbean-bremen committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    02d86bd View commit details
    Browse the repository at this point in the history
  2. Correctly handle reading/writing pipes via file

    - make numBytes argument optional
    - open real pipe as file and store it if needed
    - fixes pytest-dev#661
    mrbean-bremen committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b46fa1f View commit details
    Browse the repository at this point in the history