New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-96073: Fix wild replacement in formatannotation #96074
Conversation
iyume
commented
Aug 18, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: Lib/inspect.py: Avoid wild replacement in formatannotation #96073
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
@sobolevn I have added some test based on your suggestion. |
Misc/NEWS.d/next/Library/2022-08-29-12-35-28.gh-issue-96073.WaGstf.rst
Outdated
Show resolved
Hide resolved
…Gstf.rst Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Thanks @iyume for the PR, and @JelleZijlstra for merging it |
GH-98045 is a backport of this pull request to the 3.11 branch. |
…honGH-96074) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit d5fea01) Co-authored-by: Anh71me <iyumelive@gmail.com>
GH-98046 is a backport of this pull request to the 3.10 branch. |
…honGH-96074) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit d5fea01) Co-authored-by: Anh71me <iyumelive@gmail.com>
…hon#96074) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>