Message 133438 - Python tracker
Message133438
| Author | rhettinger |
|---|---|
| Recipients | eltoder, ncoghlan, rhettinger |
| Date | 2011-04-10.02:08:58 |
| SpamBayes Score | 0.0010460137 |
| Marked as misclassified | No |
| Message-id | <1302401338.75.0.509321579544.issue11816@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Inspecting the text disassembly is a bit fragile for testing. It would be better to scan a list of (opcode, oparg) pairs for given pattern (i.e. (LOAD_CONST, 3) where consts[3] --> some target value). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-10 02:08:58 | rhettinger | set | recipients: + rhettinger, ncoghlan, eltoder |
| 2011-04-10 02:08:58 | rhettinger | set | messageid: <1302401338.75.0.509321579544.issue11816@psf.upfronthosting.co.za> |
| 2011-04-10 02:08:58 | rhettinger | link | issue11816 messages |
| 2011-04-10 02:08:58 | rhettinger | create | |