]> 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:41 +0000 (12:55 -0700)
committerGitHub <noreply@github.com>
Sun, 15 Mar 2020 19:55:41 +0000 (12:55 -0700)
commit627e7bc1bb203b6472af567f2effee952c34b34c
tree60ec9190de41c4ad503ee17be46e7c2afe780889
parent97e92dbba9d7840a5068d7878d1393d36229882b
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