mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
bpo-39871: Fix an error in a news entry (GH-21749)
(cherry picked from commit 5463635580
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
parent
1437bb06a9
commit
fc354ca51d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ exits before trying to take the GIL.
|
||||||
|
|
||||||
Fix a possible :exc:`SystemError` in ``math.{atan2,copysign,remainder}()``
|
Fix a possible :exc:`SystemError` in ``math.{atan2,copysign,remainder}()``
|
||||||
when the first argument cannot be converted to a :class:`float`. Patch by
|
when the first argument cannot be converted to a :class:`float`. Patch by
|
||||||
Zachary Spytz.
|
Zackery Spytz.
|
||||||
|
|
||||||
..
|
..
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue