]> granicus.if.org Git - python/commit
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 May 2018 10:12:18 +0000 (03:12 -0700)
committerGitHub <noreply@github.com>
Wed, 2 May 2018 10:12:18 +0000 (03:12 -0700)
commitd5546991a2123b6ec84f7c4ecf37b62bedd78ea4
tree1eab945668f53623684801479f43ae4b2608aee9
parentfb646219e9ec673d267d264b34c25fe96dc12844
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)

(cherry picked from commit 491bbedc209fea314a04cb3015da68fb0aa63238)

Co-authored-by: lekma <lekmalek@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2018-05-02-08-36-03.bpo-33391.z4a7rb.rst [new file with mode: 0644]
Objects/setobject.c