Compare commits

...

3 Commits

Author SHA1 Message Date
blueloveTH
b57b16efaf Update 28_exception.py 2025-08-29 23:47:51 +08:00
blueloveTH
5f265e5ec8 Revert "test new sweep algo"
This reverts commit 410a3c5dd42d577b9c31713ed0af673f29decfc2.
2025-08-29 23:43:21 +08:00
blueloveTH
410a3c5dd4 test new sweep algo 2025-08-29 23:35:39 +08:00

View File

@ -233,8 +233,9 @@ def g():
except KeyError:
pass
try:
if 0:
try:
raise IndexError
except IndexError:
except IndexError:
g()