Message264468
| Author | vstinner |
|---|---|
| Recipients | Demur Rumed, serhiy.storchaka, vstinner |
| Date | 2016-04-29.06:50:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461912649.38.0.754834410981.issue26881@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The scan_opcodes_25() method of the modulefinder module implements a disassembler of Python bytecode. The implementation is incomplete, it doesn't support EXTENDED_ARG. I suggest to drop the disassembler and reuse the dis module. See also the issue #26647 "Wordcode" changes the bytecode. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-29 06:50:49 | vstinner | set | recipients: + vstinner, serhiy.storchaka, Demur Rumed |
| 2016-04-29 06:50:49 | vstinner | set | messageid: <1461912649.38.0.754834410981.issue26881@psf.upfronthosting.co.za> |
| 2016-04-29 06:50:49 | vstinner | link | issue26881 messages |
| 2016-04-29 06:50:49 | vstinner | create | |