[Python-checkins] Delete line that was accidentally copied. (GH-26624)

markshannon webhook-mailer at python.org
Wed Jun 9 10:55:43 EDT 2021


https://github.com/python/cpython/commit/6f84656dc188191225c8d5cdfd2a00de663988d0
commit: 6f84656dc188191225c8d5cdfd2a00de663988d0
branch: main
author: Mark Shannon <mark at hotpy.org>
committer: markshannon <mark at hotpy.org>
date: 2021-06-09T15:55:35+01:00
summary:

Delete line that was accidentally copied. (GH-26624)

files:
M Lib/test/libregrtest/refleak.py

diff --git a/Lib/test/libregrtest/refleak.py b/Lib/test/libregrtest/refleak.py
index 65b660bbc5b79..b94826a5daf92 100644
--- a/Lib/test/libregrtest/refleak.py
+++ b/Lib/test/libregrtest/refleak.py
@@ -73,7 +73,6 @@ def get_pooled_int(value):
     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



More information about the Python-checkins mailing list