andyvand / gmpy

Automatically exported from code.google.com/p/gmpy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Mixed operations involving infinity and nan cause segfault #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
gmpy.mpz(3) + float('inf') will crash.

Original issue reported on code.google.com by casevh on 7 Sep 2009 at 5:12

GoogleCodeExporter commented 9 years ago
Fixed in r170.

Original comment by casevh on 9 Sep 2009 at 4:52