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

Test if __init__ works in pickle #22

Closed Klattraren closed 4 months ago

Klattraren commented 4 months ago

There is some chase that init is skipped when pickeling according to this link. https://nedbatchelder.com/blog/202006/pickles_nine_flaws.html

AdamMutzell commented 4 months ago

This does not seem to be an issue for us, since we are never unpickling anything