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

os.pipe on windows and seekable #1545

Open
braingram opened this issue May 11, 2023 · 0 comments
Open

os.pipe on windows and seekable #1545

braingram opened this issue May 11, 2023 · 0 comments

Comments

@braingram
Copy link
Contributor

On windows, os.pipe produces a file object that reports as seekable but cannot be seeked (tell is always 0, seek does nothing). This is a reported issue in python since 3.8:
https://bugs.python.org/issue42602

The implications for asdf should be determined. I expect that write will produce an invalid block index (due to tell reporting 0) and read and update will fail (as they will attempt to seek).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant