This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Christian.Tismer
Recipients Christian.Tismer, benjamin.peterson, methane, serhiy.storchaka, vstinner
Date 2018-07-13.13:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531489970.05.0.56676864532.issue34093@psf.upfronthosting.co.za>
In-reply-to
Content
Why must this become slower?

To my knowledge, many projects prefer marshal over pickle
for suitable simple objects because it is
so very fast. I would not throw that away:

Would it not be easy to add a named optional keyword
argument, like "stable=True"?
History
Date User Action Args
2018-07-13 13:52:50Christian.Tismersetrecipients: + Christian.Tismer, vstinner, benjamin.peterson, methane, serhiy.storchaka
2018-07-13 13:52:50Christian.Tismersetmessageid: <1531489970.05.0.56676864532.issue34093@psf.upfronthosting.co.za>
2018-07-13 13:52:50Christian.Tismerlinkissue34093 messages
2018-07-13 13:52:49Christian.Tismercreate