gh-133551: Support t-strings in annotationlib#133553
gh-133551: Support t-strings in annotationlib#133553JelleZijlstra merged 4 commits intopython:mainfrom
Conversation
I don't know why you'd use t-strings in annotations, but now if you do, the STRING format will do a great job of recovering the source code.
lysnikolaou
left a comment
There was a problem hiding this comment.
Apart from @AA-Turner's comments, content looks good!
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
Thanks @JelleZijlstra for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
I don't know why you'd use t-strings in annotations, but now if you do, the STRING format will do a great job of recovering the source code. (cherry picked from commit 90f476e) Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
GH-133628 is a backport of this pull request to the 3.14 branch. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't know why you'd use t-strings in annotations, but now if you do, the STRING format will do a great job of recovering the source code.
I don't know why you'd use t-strings in annotations, but now if you do,
the STRING format will do a great job of recovering the source code.