diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-06-11 08:15:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 08:15:24 (GMT) |
commit | 1f11cf9521114447b3e32e2ac88f075ffaa37555 (patch) | |
tree | 5ae0cb114a30299b34a32db228d13017bf5e3bf5 /Misc | |
parent | 408a2ef1aceff1f4270c44552fa39ef93d9283e3 (diff) | |
download | cpython-1f11cf9521114447b3e32e2ac88f075ffaa37555.zip cpython-1f11cf9521114447b3e32e2ac88f075ffaa37555.tar.gz cpython-1f11cf9521114447b3e32e2ac88f075ffaa37555.tar.bz2 |
bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-06-10-23-18-31.bpo-37219.jPSufq.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-06-10-23-18-31.bpo-37219.jPSufq.rst b/Misc/NEWS.d/next/Core and Builtins/2019-06-10-23-18-31.bpo-37219.jPSufq.rst new file mode 100644 index 0000000..ef8f52d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-06-10-23-18-31.bpo-37219.jPSufq.rst @@ -0,0 +1 @@ +Remove errorneous optimization for empty set differences. |