diff options
author | Zackery Spytz <zspytz@gmail.com> | 2020-03-14 04:45:32 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-14 10:45:32 +0000 |
commit | 5208b4b37953a406db0ed6a9db545c2948dde989 (patch) | |
tree | 249b714d2e6476f7aced7368ad4bb18c929a13f3 /Python/_warnings.c | |
parent | 3a8c56295d6272ad2177d2de8af4c3f824f3ef92 (diff) | |
download | cpython-git-5208b4b37953a406db0ed6a9db545c2948dde989.tar.gz |
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>
Diffstat (limited to 'Python/_warnings.c')
0 files changed, 0 insertions, 0 deletions