10000 [mypyc] Initial optimization for f-string through a str.join() specializer by 97littleleaf11 · Pull Request #10776 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

[mypyc] Initial optimization for f-string through a str.join() specializer #10776

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

Merged
merged 8 commits into from
Jul 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into fstring-specializer
  • Loading branch information
97littleleaf11 authored Jul 8, 2021
commit 71b0583be1eddfe1d01aaedfe46e18bb1cd6676d
1 change: 0 additions & 1 deletion mypyc/test-data/irbuild-str.test
6544
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,3 @@ L0:
r23 = 'abc'
s4 = r23
return 1

You are viewing a condensed version of this merge commit. You can view the full changes here.
0