Closed martinResearch closed 4 years ago
I made the change for CHARS. I also added another functor to avoid the use of lambda functions that cannot be pickled either
Hi, is there anything left to do to in order to complete this pull request ?
Thanks for the change, I've just written a test though to make sure the fix is good.
Fixing issue when pickling described here Pickle does not work with inner function . The solution proposed here is to use a functor. It would be good to add some unit tests to test that the parsers can be pickled.