Message301569
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 |
|
| 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 | |
|