Files
codeql/python/ql/lib/change-notes/2025-02-11-fix-match-literal-pruning.md
2025-03-04 18:09:54 +01:00

203 B

category
category
fix
  • MatchLiteralPatterns such as case None: ... are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.