-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-92897: schedule the check_home deprecation to 3.15 #129102
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
Signed-off-by: Filipe Laíns <[email protected]>
Thanks @FFY00 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, @FFY00, I could not cleanly backport this to
|
Sorry, @FFY00, I could not cleanly backport this to
|
If you decided not to backport, please remove labels. |
…ythonGH-129102) (cherry picked from commit e52ab56) Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
GH-130583 is a backport of this pull request to the 3.13 branch. |
…ythonGH-129102) (cherry picked from commit e52ab56) Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
GH-130585 is a backport of this pull request to the 3.12 branch. |
* The ``check_home`` argument of :func:`sysconfig.is_python_build` has been | ||
deprecated since Python 3.12. |
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.
Let's also remove the old deprecation from "Pending removal in future versions":
cpython/Doc/deprecations/pending-removal-in-future.rst
Lines 114 to 115 in 56e1900
* :func:`sysconfig.is_python_build` *check_home* parameter is deprecated and | |
ignored. |
I'll open a new PR to remove it from main
, and include it in the backports of this PR.
…) (#130583) Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
…) (#130585) Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
📚 Documentation preview 📚: https://cpython-previews--129102.org.readthedocs.build/