-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). #119591
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
jaraco
commented
May 27, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Implement zipfile.Path.is_symlink #119588
@Yhg1s - I've tagged you on the review as I'd like your opinion on whether this qualifies as a bugfix for Python 3.12. It's considered a security issue by some (that's how it was reported to me), but since the issue was introduced in 3.12, there's no need to backport it to security-only Pythons. Are you okay with including this change as a bugfix for Python 3.12 (and by extension 3.13), or would you rather keep the "always false" behavior for 3.12 and 3.13? |
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…thonGH-119591) (cherry picked from commit 42a34dd) Co-authored-by: Jason R. Coombs <[email protected]>
Sorry, @jaraco, I could not cleanly backport this to
|
GH-119985 is a backport of this pull request to the 3.13 branch. |
GH-119988 is a backport of this pull request to the 3.12 branch. |