mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-03 10:10:17 +00:00
Compare commits
3 Commits
648c1bedb4
...
b57b16efaf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b57b16efaf | ||
|
|
5f265e5ec8 | ||
|
|
410a3c5dd4 |
@ -233,8 +233,9 @@ def g():
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
try:
|
||||
raise IndexError
|
||||
except IndexError:
|
||||
g()
|
||||
if 0:
|
||||
try:
|
||||
raise IndexError
|
||||
except IndexError:
|
||||
g()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user