Message301569
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2017-09-07.04:54:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504760052.67.0.425935653132.issue31377@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The *_INTERN opcodes inform the marsahl reader to intern the encoded string after deserialization. I believe for pycs this is pointless because PyCode_New ends up interning all strings that are interesting to intern. Writing this opcodes makes pycs non-deterministic because the intern state may be inconsistent in the writer. See https://bugzilla.opensuse.org/show_bug.cgi?id=1049186 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-07 04:54:12 | benjamin.peterson | set | recipients: + benjamin.peterson |
| 2017-09-07 04:54:12 | benjamin.peterson | set | messageid: <1504760052.67.0.425935653132.issue31377@psf.upfronthosting.co.za> |
| 2017-09-07 04:54:12 | benjamin.peterson | link | issue31377 messages |
| 2017-09-07 04:54:12 | benjamin.peterson | create | |