Hi,
I'm working on some projects that need to run under both python2 and 3. And encounter the pickle protocol issue (e.g. ValueError: unsupported pickle protocol: 4).
So I wonder if it is possible to allow end user to define pickle dumps protocol for python2&3 compatiable?