-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Postpone module.__loader__
deprecation to Python 3.16
#126482
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
Postpone module.__loader__
deprecation to Python 3.16
#126482
Conversation
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.
Well done on catching this one.
Thanks @hugovk for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @hugovk and @hauntsaninja, I could not cleanly backport this to
|
) (cherry picked from commit 450db61) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-126637 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 450db61)
GH-126638 is a backport of this pull request to the 3.13 branch. |
GH-126638 is a backport of this pull request to the 3.13 branch. |
…6482) (#126637) Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (cherry picked from commit 450db61) Co-authored-by: Hugo van Kemenade <[email protected]>
…6482) (#126638) Postpone `module.__loader__` deprecation to Python 3.16 (#126482) (cherry picked from commit 450db61) Co-authored-by: Hugo van Kemenade <[email protected]>
Related to #122255:
There was a flaw in implementation of the warnings so we should first fix the warnings in 3.14 and prolong the deprecation period until 3.16.
See also #123011.
📚 Documentation preview 📚: https://cpython-previews--126482.org.readthedocs.build/