Exemple #1
0
 def int_ovf_fn(i):
     try:
         return snippet.add_func(i)
     except OverflowError:
         return 123
     except:
         return 1234
 def fn(i):
     try:
         return snippet.add_func(i)
     except OverflowError:
         return 123