Fix cpython parser bool operation conversion
Because we only checked for Or's instead of checking for Ands this did not cause any issues except when printing the CFG
Showing
Please register or sign in to comment
Because we only checked for Or's instead of checking for Ands this did not cause any issues except when printing the CFG