bpo-39871: Fix an error in a news entry (GH-21749)
This commit is contained in:
parent
3405e05428
commit
5463635580
|
@ -232,7 +232,7 @@ exits before trying to take the GIL.
|
|||
|
||||
Fix a possible :exc:`SystemError` in ``math.{atan2,copysign,remainder}()``
|
||||
when the first argument cannot be converted to a :class:`float`. Patch by
|
||||
Zachary Spytz.
|
||||
Zackery Spytz.
|
||||
|
||||
..
|
||||
|
||||
|
|
Loading…
Reference in New Issue