Message 133466 - Python tracker
Message133466
| Author | ncoghlan |
|---|---|
| Recipients | eltoder, ncoghlan, rhettinger |
| Date | 2011-04-10.13:58:45 |
| SpamBayes Score | 0.0032659858 |
| Marked as misclassified | No |
| Message-id | <1302443928.16.0.127089113996.issue11816@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oops, I forgot to edit my comment to match the OpInfo definition I used in the proof-of-concept:
OpInfo = collections.namedtuple("OpInfo",
"opindex opcode opname oparg details starts_line is_jump_target") |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-04-10 13:58:48 | ncoghlan | set | recipients: + ncoghlan, rhettinger, eltoder |
| 2011-04-10 13:58:48 | ncoghlan | set | messageid: <1302443928.16.0.127089113996.issue11816@psf.upfronthosting.co.za> |
| 2011-04-10 13:58:46 | ncoghlan | link | issue11816 messages |
| 2011-04-10 13:58:46 | ncoghlan | create | |