Message325657
| 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:31 | rhettinger | set | recipients: + rhettinger, Peter Ebden |
| 2018-09-18 15:19:31 | rhettinger | set | messageid: <1537283971.94.0.956365154283.issue34722@psf.upfronthosting.co.za> |
| 2018-09-18 15:19:31 | rhettinger | link | issue34722 messages |
| 2018-09-18 15:19:31 | rhettinger | create | |