Uh oh!
There was an error while loading. Please reload this page.
gh-133601: Remove deprecated typing.no_type_check_decorator - #133602
Conversation
picnixz
left a comment
There was a problem hiding this comment.
Can you update Doc/whatsnew/3.15.rst as well?
picnixz
commented
May 10, 2025
So, vendored |
JelleZijlstra
commented
May 10, 2025
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. |
Uh oh!
There was an error while loading. Please reload this page.
asottile
commented
Oct 21, 2025
fwiw this prevents usage of (for example: this prevents promotion of deadsnakes nightly 3.15 because we check that |
AA-Turner
commented
Oct 21, 2025
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/