diff options
author | Mark Shannon <mark@hotpy.org> | 2021-06-09 14:55:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 14:55:35 (GMT) |
commit | 6f84656dc188191225c8d5cdfd2a00de663988d0 (patch) | |
tree | 8b5f7294f819ea22e4340ff76efeef1a93d677e0 /Lib/test | |
parent | aef1b58dc8889e1bebaddf1e30f67b63a1b20f90 (diff) | |
download | cpython-6f84656dc188191225c8d5cdfd2a00de663988d0.zip cpython-6f84656dc188191225c8d5cdfd2a00de663988d0.tar.gz cpython-6f84656dc188191225c8d5cdfd2a00de663988d0.tar.bz2 |
Delete line that was accidentally copied. (GH-26624)
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/libregrtest/refleak.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |