Results 1 issues of blhsing

As reported in gh-121246, the following Python code: ```python def func(x): return True if x else False ``` would be compiled into the following bytecode: ``` 2 LOAD_FAST 0 (x)...