Tagged Questions
1
vote
1answer
395 views
multiprocessing > Manager() > RLock Error:
I've got a collection of multiprocessing.Process objects in a list, and they all use the same instance of what I will call a "process safe queue" to communicate in a process-safe (thread-safe but with ...