lucianopaz / compress_pickle

Standard python pickle, thinly wrapped with standard compression libraries
MIT License
41 stars 10 forks source link

Support python 3.8 #3

Closed lucianopaz closed 4 years ago

lucianopaz commented 4 years ago

Python 3.8 introduces the buffer_callback kwarg to pickle. It would be nice to add support for it.