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