Message265342
| Author | serhiy.storchaka |
|---|---|
| Recipients | Demur Rumed, jvr, meador.inge, python-dev, serhiy.storchaka, theller, vstinner |
| Date | 2016-05-11.19:30:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462995044.05.0.324507556265.issue26881@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thank you Victor. Fixed. > IMHO it's worth to add an optional argument to skip extended opcodes in _unpack_opcodes() to simplify the code in modulefinder. But this would complicate the code in dis. If the disassembler would changed to skip extended opcodes, we would add this option in _unpack_opargs(). If there would be some Python 3 analogue of PEP 291, modulefinder would be changed to use public dis API. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-11 19:30:44 | serhiy.storchaka | set | recipients: + serhiy.storchaka, theller, jvr, vstinner, meador.inge, python-dev, Demur Rumed |
| 2016-05-11 19:30:44 | serhiy.storchaka | set | messageid: <1462995044.05.0.324507556265.issue26881@psf.upfronthosting.co.za> |
| 2016-05-11 19:30:44 | serhiy.storchaka | link | issue26881 messages |
| 2016-05-11 19:30:44 | serhiy.storchaka | create | |