multiprocessing.Pool – PicklingError: Can’t pickle : attribute lookup thread.lock failed
multiprocessing.Pool is driving me crazy…
I want to upgrade many packages, and for every one of them I have to check whether there is a greater version or not. This is done by the check_one function.
The main code is in the Updater.update method: there I create the Pool object and call the map() method.