diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-10 21:49:32 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-10 21:49:32 (GMT) |
commit | 9086f9260f1f48a231cba4e7123eb7ac8159ba40 (patch) | |
tree | 64f7c407d5a814a7ef471ad74bbcd88bf5ec4289 /Misc/NEWS | |
parent | a13dab47cb8c6184115c73c379712a71c6ef7f79 (diff) | |
download | cpython-9086f9260f1f48a231cba4e7123eb7ac8159ba40.zip cpython-9086f9260f1f48a231cba4e7123eb7ac8159ba40.tar.gz cpython-9086f9260f1f48a231cba4e7123eb7ac8159ba40.tar.bz2 |
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #22604: Fix assertion error in debug mode when dividing a complex + number by (nan+0j). + - Issue #22470: Fixed integer overflow issues in "backslashreplace", "xmlcharrefreplace", and "surrogatepass" error handlers. |