Esempio n. 1
0
 def int_ovf_fn(i):
     try:
         return snippet.add_func(i)
     except OverflowError:
         return 123
     except:
         return 1234
Esempio n. 2
0
 def fn(i):
     try:
         return snippet.add_func(i)
     except OverflowError:
         return 123