How to set up dill to avoid storing the global variables when pickling a lambda function?
I create a lambda function that do not use any global variable in script 1. I pickle it using dill:
I create a lambda function that do not use any global variable in script 1. I pickle it using dill: