]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 19:56:16 +0000 (12:56 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 19:56:16 +0000 (12:56 -0700)
commit107ba927cf60d26c1f6302a8c953de5ed136dd35
treef5a4f41c41738db0b31684b6e966331572c73a99
parenta421c87b54facbbc223c7539172a5871e1a75edb
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit d5fea01d9d439b1638cd8e5db19c33909841d86f)

Co-authored-by: Anh71me <iyumelive@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]