mirror of
https://github.com/pocketpy/pocketpy
synced 2026-03-24 14:10:18 +00:00
Compare commits
No commits in common. "b57b16efaf5ab852927649606068e72bcaed8e75" and "648c1bedb4ce6980d17167f2f88b40997585ebbc" have entirely different histories.
b57b16efaf
...
648c1bedb4
@ -233,9 +233,8 @@ def g():
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
if 0:
|
||||
try:
|
||||
try:
|
||||
raise IndexError
|
||||
except IndexError:
|
||||
except IndexError:
|
||||
g()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user