diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2020-03-14 11:38:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 11:38:52 (GMT) |
commit | e634a8ac1f8a2904a2241b83fc5e4c9f40d5c7ca (patch) | |
tree | 0141c799047ea2e47f32f5da648f2493e5443856 /Python/getcompiler.c | |
parent | f6bdac1bf718eab0cc5b6554f363f21252d245ce (diff) | |
download | cpython-e634a8ac1f8a2904a2241b83fc5e4c9f40d5c7ca.zip cpython-e634a8ac1f8a2904a2241b83fc5e4c9f40d5c7ca.tar.gz cpython-e634a8ac1f8a2904a2241b83fc5e4c9f40d5c7ca.tar.bz2 |
[3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) (GH-18989)
In math_2(), the first PyFloat_AsDouble() call should be checked
for failure before the second call.
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>.
(cherry picked from commit 5208b4b37953a406db0ed6a9db545c2948dde989)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions