Skip to content

Commit f246ef7

Browse files
tausbnadityasharad
andauthored
Python: Update change note
Co-authored-by: Aditya Sharad <[email protected]>
1 parent a69e3f5 commit f246ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/change-notes/2025-02-11-fix-match-literal-pruning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
category: fix
33
---
44

5-
- `MatchLiteralPattern`s are now never pruned, as this could lead to code being wrongly identified as unreachable.
5+
- `MatchLiteralPattern`s such as `case None: ...` are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.

0 commit comments

Comments
 (0)