Inspecting the generated code for Python 3.9 with the Disassembly Viewer shows, that line 6
of the test script does not generate any code. This causes a breakpoint on this line to be
'inactive' because the Python interpreter never ever reaches any code associated with this
line.
|