Skip to content

Commit c1937ea

Browse files
authored
Merge pull request #18117 from github/tausbn/python-fix-match-literal-pruning
Python: Add change note for CFG pruning fix
2 parents 1b224c1 + d779ae5 commit c1937ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

python/extractor/semmle/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#Semantic version of extractor.
1212
#Update this if any changes are made
13-
VERSION = "7.1.1"
13+
VERSION = "7.1.2"
1414

1515
PY_EXTENSIONS = ".py", ".pyw"
1616

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
category: fix
3+
---
4+
5+
- Fixed a problem with the control-flow graph construction, where writing `case True:` or `case False:` would cause parts of the graph to be pruned by mistake.

0 commit comments

Comments
 (0)