]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
authorAnh71me <iyumelive@gmail.com>
Fri, 7 Oct 2022 18:23:06 +0000 (02:23 +0800)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 18:23:06 +0000 (11:23 -0700)
commitd5fea01d9d439b1638cd8e5db19c33909841d86f
tree0be1fac1076f8ef77702a808ab4a1fa39a9814b7
parent676d8ef3806758bcd1d3fd84a746c8a9b64480d0
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/inspect.py
Lib/test/test_inspect.py
Lib/test/typinganndata/__init__.py [new file with mode: 0644]
Lib/test/typinganndata/ann_module9.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst [new file with mode: 0644]