gstarnberger/uncompyle

while1 pass on 2.7.5

rocky opened this issue · 0 comments

rocky commented

Python 2.7.5 generates different code from later 2.7 versions. This fails:

ms=0
if ms==1:
    while 1:
        pass