summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2022-12-16 18:18:31 (GMT)
committerGitHub <noreply@github.com>2022-12-16 18:18:31 (GMT)
commit9076455d1b8132928470c11df874ca7c8580b012 (patch)
treeb4eb6ed875e7c67a26a1a8ad7e4d87ee04c1d4a0 /Misc
parentd4052d835bd6f1b648d533dab8c228b6e3944651 (diff)
downloadcpython-9076455d1b8132928470c11df874ca7c8580b012.zip
cpython-9076455d1b8132928470c11df874ca7c8580b012.tar.gz
cpython-9076455d1b8132928470c11df874ca7c8580b012.tar.bz2
GH-90043: Handle NaNs in COMPARE_OP_FLOAT_JUMP (GH-100278)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-12-15-00-50-25.gh-issue-90043.gyoKdx.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-12-15-00-50-25.gh-issue-90043.gyoKdx.rst b/Misc/NEWS.d/next/Core and Builtins/2022-12-15-00-50-25.gh-issue-90043.gyoKdx.rst
new file mode 100644
index 0000000..9a4f896
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-12-15-00-50-25.gh-issue-90043.gyoKdx.rst
@@ -0,0 +1,2 @@
+Handle NaNs when specializing :opcode:`COMPARE_OP` for :class:`float`
+values.