[issue12232] embedded python import cmath

Mark Dickinson report at bugs.python.org
Mon Jun 6 21:56:33 CEST 2011


Mark Dickinson <dickinsm at gmail.com> added the comment:

Looking at the cmath source, I'd be a bit suspicious that either the Py_NAN or the Py_HUGE_VAL macro (or both) is triggering an FPE.  Both those values are used during module initialization.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12232>
_______________________________________


More information about the Python-bugs-list mailing list