Skip to content

Remove deprecated typing.no_type_check_decorator #133601

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

Open
sobolevn opened this issue May 7, 2025 · 2 comments
Open

Remove deprecated typing.no_type_check_decorator #133601

sobolevn opened this issue May 7, 2025 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir topic-typing

Comments

@sobolevn
Copy link
Member

sobolevn commented May 7, 2025

Since it is 3.15 now 🎉 we can remove things that were deprecated and scheduled for removal.

Refs #106309

Linked PRs

@JelleZijlstra
Copy link
Member

As of this year we prefer a 5-year deprecation period before removing things (https://peps.python.org/pep-0387/#changelog). Why do we need to remove this now?

@sobolevn
Copy link
Member Author

sobolevn commented May 8, 2025

@JelleZijlstra it says remove=(3, 15) :)

I though that pep-387 would only apply to new deprecations, not already scheduled ones.
I don't think that anyone is using this feature at all, there's no need to keep it.

Side note: I really don't like this PEP :(

@AlexWaygood AlexWaygood marked this as a duplicate of #133818 May 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir topic-typing
Projects
None yet
Development

No branches or pull requests

2 participants