-
Amaury Forgeot d'Arc yazdı
whole construct away, even when an 'else' clause is present:: while 0: print("no") else: print("yes") did not generate any code at all. Now the compiler emits the 'else' block, like it already does for 'if' statements. Backport of r60265.
f1a7178c
To find the state of this project's repository at the time of any of these versions, check out
the tags.