]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete line that was accidentally copied. (GH-26624)
authorMark Shannon <mark@hotpy.org>
Wed, 9 Jun 2021 14:55:35 +0000 (15:55 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 14:55:35 +0000 (15:55 +0100)
Lib/test/libregrtest/refleak.py

index 65b660bbc5b795921c3f45720c431e65c0036dc7..b94826a5daf92ce4a31db5e4d0b0a70b6c50b242 100644 (file)
@@ -73,7 +73,6 @@ def dash_R(ns, test_name, test_func):
     alloc_deltas = [0] * repcount
     fd_deltas = [0] * repcount
     getallocatedblocks = sys.getallocatedblocks
-    getallocatedblocks = sys.getallocatedblocks
     gettotalrefcount = sys.gettotalrefcount
     _getquickenedcount = sys._getquickenedcount
     fd_count = os_helper.fd_count