Python: Add change note

Co-authored-by: yoff <yoff@github.com>
This commit is contained in:
Taus
2025-02-11 13:02:09 +00:00
parent 918c05c538
commit a69e3f5236

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- `MatchLiteralPattern`s are now never pruned, as this could lead to code being wrongly identified as unreachable.