blob: c157df138a5ea091f0550446c19868f810eb0bd6 (
plain)
1
2
3
|
We fixed an issue in `pickle.whichmodule` in which importing
`multiprocessing` could change the how pickle identifies which module an
object belongs to, potentially breaking the unpickling of those objects.
|