sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
43 stars 23 forks source link

ZeroDivisionError: float division in example #112

Closed zhaofeng-shu33 closed 5 years ago

zhaofeng-shu33 commented 5 years ago

I compile and run the example using python 3.5 on Ubuntu 16.04. However, the following code raises an exception : ZeroDivisionError: float division:

from cysignals_example import recip_sum
recip_sum(10)