SIGN IN SIGN UP

bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)

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>
Z
Zackery Spytz committed
5208b4b37953a406db0ed6a9db545c2948dde989
Parent: 3a8c562
Committed by GitHub <noreply@github.com> on 3/14/2020, 10:45:32 AM