We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typing.evaluate_forward_ref
Right now it is:
I have a PR ready.
The text was updated successfully, but these errors were encountered:
Aaaand I found a bug!
cpython/Lib/typing.py
Lines 1021 to 1030 in a1284e9
type_params here is None, not _sentinel, so the deprecation warning is never shown.
type_params
None
_sentinel
Sorry, something went wrong.
pythongh-128661: Fix typing.evaluate_forward_ref not showing deprec…
120915a
…ataion
17e7645
gh-128661: Fix typing.evaluate_forward_ref not showing deprecation (#…
b725297
…128663) gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecataion
sobolevn
No branches or pull requests
Right now it is:
I have a PR ready.
Linked PRs
typing.evaluate_forward_ref
not showing deprecation #128663The text was updated successfully, but these errors were encountered: