mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
This commit is contained in:
parent
aa542c2cf2
commit
ed70a344b5
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class WindowsLoadTracker():
|
|||
|
||||
def __init__(self):
|
||||
self.load = 0.0
|
||||
self.p = None
|
||||
self.start()
|
||||
|
||||
def start(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue