Files
codeql/python/ql/lib/change-notes/2025-06-26-fix-match-as-identifier.md
2025-07-21 15:18:59 +01:00

159 B

category
category
fix
  • The Python parser is now able to correctly parse expressions such as match[1] and match() where match is not used as a keyword.