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
Hello and thanks for this useful tool. I am trying to integrate it into psutil here: giampaolo/psutil#1709. After running the parallel suite I get a bunch of resource warnings (as many as the number of workers):
Hello and thanks for this useful tool. I am trying to integrate it into psutil here: giampaolo/psutil#1709. After running the parallel suite I get a bunch of resource warnings (as many as the number of workers):
I was able to fix the problem by adding
atexit.register(stream.close)
after this line but am not sure if it's the best solution:concurrencytest/concurrencytest.py
Line 96 in edf88b1
The text was updated successfully, but these errors were encountered: