]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty...
authorNikita Sobolev <mail@sobolevn.me>
Tue, 5 Mar 2024 09:14:18 +0000 (12:14 +0300)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 09:14:18 +0000 (09:14 +0000)
commita29998a06bf75264c3faaeeec4584a5f75b45a1f
tree75d9bd8f575bb217df23f948564a1fe39e76e862
parentffcc450a9b8b6927549b501eff7ac14abc238448
gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (#116341)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-03-05-02-09-18.gh-issue-116325.FmlBYv.rst [new file with mode: 0644]