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

Floating point accuracy #33

Open Klattraren opened 3 months ago

Klattraren commented 3 months ago

Problem with flkoating point accuracy is that pickle handles all regular python floats with fullpresision. Allthough when changing over to using decimal package, pickle cant pickle the package.

AdamMutzell commented 3 months ago

Tobias has found that even with the highest extremes, Pickle can still handle it.