You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rand variable is unused in TestResourceTracker.test_resource_tracker. In addition, tempfile is only used for rand, so there's no need to import it.
The
randvariable is unused inTestResourceTracker.test_resource_tracker. In addition,tempfileis only used forrand, so there's no need to import it.cpython/Lib/test/_test_multiprocessing.py
Line 5298 in 273a819