diff options
author | Gregory Beauregard <greg@greg.red> | 2022-03-03 01:14:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 01:14:52 (GMT) |
commit | 75d2d945b4e28ca34506b2d4902367b61a8dff82 (patch) | |
tree | fa0598788ccb8c94268c1f9e1c1f8e21d30da1de /Misc | |
parent | 50ec3453c50c490eca7e990103c79671bd08ab2e (diff) | |
download | cpython-75d2d945b4e28ca34506b2d4902367b61a8dff82.zip cpython-75d2d945b4e28ca34506b2d4902367b61a8dff82.tar.gz cpython-75d2d945b4e28ca34506b2d4902367b61a8dff82.tar.bz2 |
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst b/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst new file mode 100644 index 0000000..e8b4d66 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-02-09-22-40-11.bpo-46643.aBlIx1.rst @@ -0,0 +1 @@ +In :func:`typing.get_type_hints`, support evaluating stringified ``ParamSpecArgs`` and ``ParamSpecKwargs`` annotations. Patch by Gregory Beauregard.
\ No newline at end of file |