uncompyle icon indicating copy to clipboard operation
uncompyle copied to clipboard

while1 pass on 2.7.5

Open rocky opened this issue 7 years ago • 0 comments
trafficstars

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

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

rocky avatar May 01 '18 07:05 rocky