From 6f84656dc188191225c8d5cdfd2a00de663988d0 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Wed, 9 Jun 2021 15:55:35 +0100 Subject: Delete line that was accidentally copied. (GH-26624) --- Lib/test/libregrtest/refleak.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/libregrtest/refleak.py b/Lib/test/libregrtest/refleak.py index 65b660b..b94826a 100644 --- a/Lib/test/libregrtest/refleak.py +++ b/Lib/test/libregrtest/refleak.py @@ -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 -- cgit v0.12