diff options
author | sobolevn <mail@sobolevn.me> | 2025-01-09 15:15:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 15:15:13 (GMT) |
commit | b725297cee9e5608b709f3c7291d974c97f68fff (patch) | |
tree | 076bb35a295445be234705b0e0d037b366a0c907 /Misc/NEWS.d | |
parent | 43ac9f505903ba806aa6a5d93e6a67beb04bebc4 (diff) | |
download | cpython-b725297cee9e5608b709f3c7291d974c97f68fff.zip cpython-b725297cee9e5608b709f3c7291d974c97f68fff.tar.gz cpython-b725297cee9e5608b709f3c7291d974c97f68fff.tar.bz2 |
gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663)
gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecataion
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2025-01-09-12-06-52.gh-issue-128661.ixx_0z.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2025-01-09-12-06-52.gh-issue-128661.ixx_0z.rst b/Misc/NEWS.d/next/Library/2025-01-09-12-06-52.gh-issue-128661.ixx_0z.rst new file mode 100644 index 0000000..6c52b3d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-01-09-12-06-52.gh-issue-128661.ixx_0z.rst @@ -0,0 +1,2 @@ +Fixes :func:`typing.evaluate_forward_ref` not showing deprecation when +``type_params`` arg is not passed. |