Skip to content

24.4.2

Latest
Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 26 Apr 00:31
· 10 commits to main since this release
3702ba2

This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)