Skip to content

Conversation

@max-muoto
Copy link
Contributor

Reflect deprecation as seen in python/cpython#129102

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Comment on lines +46 to +49
@deprecated(
"The check_home argument of sysconfig.is_python_build is deprecated and its value is ignored. "
"It will be removed in Python 3.15."
)
Copy link
Contributor

@donbarbos donbarbos Dec 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More "unify" message after merging #14614 PR:

Suggested change
@deprecated(
"The check_home argument of sysconfig.is_python_build is deprecated and its value is ignored. "
"It will be removed in Python 3.15."
)
@deprecated("The `check_home` parameter is deprecated since Python 3.12; removed in Python 3.15.")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants