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 rhettinger
Recipients Peter Ebden, rhettinger
Date 2018-09-18.15:19:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537283971.94.0.956365154283.issue34722@psf.upfronthosting.co.za>
In-reply-to
Content
Have a look at line 512 in Python/marshal.c which calls PyObject_GetIter().  We would need to add PySequence_List() and PyList_Sort().  This will slow down marshaling but would make the bytecode deterministic.
History
Date User Action Args
2018-09-18 15:19:31rhettingersetrecipients: + rhettinger, Peter Ebden
2018-09-18 15:19:31rhettingersetmessageid: <1537283971.94.0.956365154283.issue34722@psf.upfronthosting.co.za>
2018-09-18 15:19:31rhettingerlinkissue34722 messages
2018-09-18 15:19:31rhettingercreate