This is basically https://github.com/rocky/python-uncompyle6/issues/305 For convenience the offending source code is: ```for i in x: if i: for ii in y: ii = True else: continue if i: break ```