-
Notifications
You must be signed in to change notification settings - Fork 534
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
feat(bindings/python): let path can be PathLike #5636
Conversation
ok, I find the problem. opendal/core/src/layers/blocking.rs Line 216 in 7455995
the origin crate use
|
Thank you @asukaminato0721 for this great work! Would you like to add some tests to the python code to ensure it works as expected? |
@Xuanwo added |
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.
Love it, thank you!
Which issue does this PR close?
Closes #5571.
Rationale for this change
allow
Path
in py code.What changes are included in this PR?
change input type
Are there any user-facing changes?
user will be allowed to directly use
Path