Merge branch 'main' into azure_python_sanitizer_upstream2

This commit is contained in:
Ben Rodes
2026-02-09 13:12:38 -05:00
committed by GitHub
128 changed files with 78555 additions and 67229 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing.