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 brandtbucher
Recipients FFY00, brandtbucher, jefferyto, methane, obfusk, pablogsal, rhettinger, serhiy.storchaka
Date 2021-08-23.17:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629740273.9.0.499350583019.issue37596@roundup.psfhosted.org>
In-reply-to
Content
Could this issue be fixed in marshal itself? Off the top of my head, one possible option could be to use the marshalled bytes of each elements as a sort key, rather than the elements themselves. So serialize, *then* sort?
History
Date User Action Args
2021-08-23 17:37:53brandtbuchersetrecipients: + brandtbucher, rhettinger, methane, serhiy.storchaka, pablogsal, FFY00, jefferyto, obfusk
2021-08-23 17:37:53brandtbuchersetmessageid: <1629740273.9.0.499350583019.issue37596@roundup.psfhosted.org>
2021-08-23 17:37:53brandtbucherlinkissue37596 messages
2021-08-23 17:37:53brandtbuchercreate