Uplink036 / PickleTestSuite

PickleTestSuite is a rigorous test suite for evaluating the stability and correctness of Python's pickle module across diverse environments, for consistent serialization outcomes for identical inputs.
MIT License
0 stars 0 forks source link

Saving pickle to pickle file complete #17

Closed Klattraren closed 4 months ago

Klattraren commented 4 months ago

Function that takes the data that needs to be pickled, takes destination and pickle protocol as arguments. Then pickles and stores the file at set destination