agronholm / pythonfutures

Backport of the concurrent.futures package to Python 2.6 and 2.7
Other
232 stars 51 forks source link

dill instead of pickle #74

Closed runflowcode closed 6 years ago

runflowcode commented 6 years ago

Hi

Would it be possible to use dill instead of pickle for your queues ? Dill is a better alternative for serialization than pickle.

https://stackoverflow.com/questions/8804830/python-multiprocessing-pickling-error

agronholm commented 6 years ago

I think there is a misunderstanding here. This is a backport of the concurrent.futures standard library module, like it says in the README. So it will never have any features not found in its standard library counterpart.