Skip to content

[3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)#18990

Merged
mdickinson merged 1 commit intopython:3.7from
mdickinson:backport-5208b4b-3.7
Mar 14, 2020
Merged

[3.7] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)#18990
mdickinson merged 1 commit intopython:3.7from
mdickinson:backport-5208b4b-3.7

Conversation

@mdickinson
Copy link
Copy Markdown
Member

@mdickinson mdickinson commented Mar 14, 2020

In math_2(), the first PyFloat_AsDouble() call should be checked
for failure before the second call.

Co-authored-by: Mark Dickinson [email protected].
(cherry picked from commit 5208b4b)

Co-authored-by: Zackery Spytz [email protected]

https://bugs.python.org/issue39871

…inder (pythonGH-18806)

In math_2(), the first PyFloat_AsDouble() call should be checked
for failure before the second call.

Co-authored-by: Mark Dickinson <[email protected]>.
(cherry picked from commit 5208b4b)

Co-authored-by: Zackery Spytz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants