-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" #20760
Conversation
This PR looks larger than just a revert. It also upgrade to the beta2. Was it done on purpose? |
No, that's a failed rebase. Fixing right now. |
…ythonGH-20576)" This reverts commit 9cf1be4 due to https://bugs.python.org/issue40924.
1797ad9
to
c791333
Compare
Please add a NEWS entry to mention the revert. 9cf1be4 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.
LGTM if you add a NEWS entry.
IMHO it's better to document the revert than modifying |
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.
I did a complete macOS installer build and test install with the PR. The test suite ran without errors and I verified that certifi.where() now returns the correct result. With the addition of a news entry, LGTM.
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.
Perhaps the entry should specifically mention "introduced in 3.9.0b2"?
Good idea, Ned. |
@ambv: Please replace |
This reverts commit 9cf1be4 due to
https://bugs.python.org/issue40924
The change being reverted broke Certifi and caused root certificates to be unavailable to urllib.