Merge branch 'master' into python-3.3-to-3.5

This commit is contained in:
rocky
2024-07-13 11:59:32 -04:00
3 changed files with 10 additions and 1 deletions

Binary file not shown.

View File

@@ -0,0 +1,9 @@
# See https://github.com/rocky/python-uncompyle6/issues/498
# Bug was in not allowing _stmts in whilestmt38
import time
r = 0
while r == 1:
print(time.time())
if r == 1:
r = 0