Mark Dickinson added the comment:
@Boštjan Mejak: I think this question belongs on a discussion forum rather than
in the Python bug tracker - as I understand it, there's no bug reported here,
and no change to the Python core proposed.
I'll close here. You might consider taking this to discuss
New submission from Boštjan Mejak :
I am wondering about the cyclomatic complexity of using the new match-case
syntax in Python 3.10, and later. What is the cyclomatic complexity difference
(if any?) of a match-case code as opposed to code that uses the if-elif-else
syntax?
So my question is