-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-76023: WinFSP giving WinError 1005 fix (Python 3.14.0a3) #128328
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
Conversation
…contain a recognized file system Make os.path.realpath to ignore WinError 1005 in non-strict mode. Issue: cryptomator/cryptomator#2359
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
FTR, we usually make PRs against main and then we decide where we will backport them. We don't make PRs (except backports) against a past branch in general (because if there is an issue in an older branch, this issue usually remains...). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test?
Not trivially - we'd have to (automatically) set up a file system that exhibits this characteristic. But the overall mechanism (non-strict resolution) should be tested well enough. With the NEWS entry (I suggest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. But could you please add a NEWS entry? If this issues bothers users, they will be happy to read that the bug was fixed.
Thanks @BecoKo for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…strict mode (pythonGH-128328) (cherry picked from commit d55e11b) Co-authored-by: BecoKo <[email protected]>
…strict mode (pythonGH-128328) (cherry picked from commit d55e11b) Co-authored-by: BecoKo <[email protected]>
GH-134203 is a backport of this pull request to the 3.14 branch. |
GH-134204 is a backport of this pull request to the 3.13 branch. |
…-strict mode (GH-128328) (GH-134204) (cherry picked from commit d55e11b) Co-authored-by: BecoKo <[email protected]>
…-strict mode (GH-128328) (GH-134203) (cherry picked from commit d55e11b) Co-authored-by: BecoKo <[email protected]>
|
Make os.path.realpath to ignore WinError 1005 in non-strict mode. (Tested on Python 3.14.0a3 on Windows 11)
Cryptomator issue
python related issue
In cryptomator running WinFSP volume as administrator and make encrypted volumes available to all users, is not recommended.
This is retry of PR#128316 to Python 3.11 . (It seems that this is not a security issue.)