gh-133601: Remove deprecated typing.no_type_check_decorator#133602
gh-133601: Remove deprecated typing.no_type_check_decorator#133602sobolevn merged 8 commits intopython:mainfrom
typing.no_type_check_decorator#133602Conversation
picnixz
left a comment
There was a problem hiding this comment.
Can you update Doc/whatsnew/3.15.rst as well?
|
So, vendored |
|
I submitted a change to typing-extensions to stop unconditionally re-exporting this name. We should probably not merge this until that change to typing-extensions has been released. |
|
fwiw this prevents usage of (for example: this prevents promotion of deadsnakes nightly 3.15 because we check that |
|
A |
`no_type_check_decorator` has been [deprecated as largely unused since 2023](python/cpython#106309) and was [removed entirely from 3.15](python/cpython#133602). Its use appears nowhere within `beartype` except as an import to allow `beartype.typing` as a stand-in for `typing`, which currently causes `import beartype.typing` to fail on 3.15. Fixes #618.
`no_type_check_decorator` has been [deprecated as largely unused since 2023](python/cpython#106309) and was [removed entirely from 3.15](python/cpython#133602). Its use appears nowhere within `beartype` except as an import to allow `beartype.typing` as a stand-in for `typing`, which currently causes `import beartype.typing` to fail on 3.15. Fixes #618.
`no_type_check_decorator` has been [deprecated as largely unused since 2023](python/cpython#106309) and was [removed entirely from 3.15](python/cpython#133602). Its use appears nowhere within `beartype` except as an import to allow `beartype.typing` as a stand-in for `typing`, which currently causes `import beartype.typing` to fail on 3.15. Fixes #618.
typing.no_type_check_decorator#133601📚 Documentation preview 📚: https://cpython-previews--133602.org.readthedocs.build/