commit | ca21c65a237f1fbeb6b71ad124c31e9b59a41c98 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri May 16 11:28:56 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri May 16 11:28:56 2008 +0000 |
tree | c24ed870dd015817c8e6ec2bb3df4953c96d052e | |
parent | 0bd23c0a981c6b4fe9c747d36951282122a0efc7 [diff] |
Following Amaury's advice
diff --git a/Modules/cmathmodule.c b/Modules/cmathmodule.c index 07b2f29..109f2cc 100644 --- a/Modules/cmathmodule.c +++ b/Modules/cmathmodule.c
@@ -920,7 +920,7 @@ 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