Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…contain a recognized file systemMake os.path.realpath to ignore WinError 1005 in non-strict mode. Issue:cryptomator/cryptomator#2359
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
picnixz commentedDec 29, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
FTR, we usually make PRs against mainand 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.
d55e11b
intopython:mainUh oh!
There was an error while loading.Please reload this page.
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 commitd55e11b)Co-authored-by: BecoKo <koev_v@yahoo.com>
…strict mode (pythonGH-128328)(cherry picked from commitd55e11b)Co-authored-by: BecoKo <koev_v@yahoo.com>
GH-134203 is a backport of this pull request to the3.14 branch. |
GH-134204 is a backport of this pull request to the3.13 branch. |
bedevere-bot commentedMay 19, 2025
|
Uh oh!
There was an error while loading.Please reload this page.
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 ofPR#128316 to Python 3.11 . (It seems that this is not a security issue.)