mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Delete line that was accidentally copied. (GH-26624)
This commit is contained in:
parent
aef1b58dc8
commit
6f84656dc1
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue