]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a possible refleak in tupleobject.c (GH-19018)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 15 Mar 2020 19:55:39 +0000 (12:55 -0700)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 19:55:39 +0000 (12:55 -0700)
commit890dcfe4035888f70207eaac05662d6e29606214
tree6d9325da74e72d4e6d4a963984214c8638580f4c
parentf7e32fcbd65490c921e1836c2399827d14d0eb7b
Fix a possible refleak in tupleobject.c (GH-19018)

(cherry picked from commit c81609e44eed641d3b8a137daa31ef35501c1f85)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
Objects/tupleobject.c