diff options
author | lekma <lekmalek@gmail.com> | 2018-05-02 09:29:10 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-05-02 09:29:10 (GMT) |
commit | 491bbedc209fea314a04cb3015da68fb0aa63238 (patch) | |
tree | b5914373e115eea5b7581a5c715bb2404fe26c1b /Misc | |
parent | fc6aa28bfd0502d994cec30bd3679b7def3be2af (diff) | |
download | cpython-491bbedc209fea314a04cb3015da68fb0aa63238.zip cpython-491bbedc209fea314a04cb3015da68fb0aa63238.tar.gz cpython-491bbedc209fea314a04cb3015da68fb0aa63238.tar.bz2 |
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-05-02-08-36-03.bpo-33391.z4a7rb.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-05-02-08-36-03.bpo-33391.z4a7rb.rst b/Misc/NEWS.d/next/Core and Builtins/2018-05-02-08-36-03.bpo-33391.z4a7rb.rst new file mode 100644 index 0000000..ab17aa4 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-05-02-08-36-03.bpo-33391.z4a7rb.rst @@ -0,0 +1 @@ +Fix a leak in set_symmetric_difference(). |