Make CompiledExpression + pickling work on both Python 2 and Python 3.
Changed to use __getstate__() and __setstate__() rather than __getinitargs__(), which is Py2 only.
Loading
Please register or sign in to comment
Changed to use __getstate__() and __setstate__() rather than __getinitargs__(), which is Py2 only.