Kaydet (Commit) ca21c65a authored tarafından Christian Heimes's avatar Christian Heimes

Following Amaury's advice

üst 0bd23c0a
......@@ -920,7 +920,7 @@ cmath_phase(PyObject *self, PyObject *args)
errno = 0;
PyFPE_START_PROTECT("arg function", return 0)
phi = c_atan2(z);
PyFPE_END_PROTECT(z)
PyFPE_END_PROTECT(phi)
if (errno != 0)
return math_error();
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment