Message 188528 - Python tracker
Message188528
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan |
| Date | 2013-05-06.12:54:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1367844864.14.0.49825143621.issue17916@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Issue 11816 adds a new dis.Bytecode API that replaces most of the dis functions, but doesn't cover dis.distb. A dis.Bytecode.from_tb class method, or a TracebackBytecode subclass to handle that use case may be desirable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-05-06 12:54:24 | ncoghlan | set | recipients: + ncoghlan |
| 2013-05-06 12:54:24 | ncoghlan | set | messageid: <1367844864.14.0.49825143621.issue17916@psf.upfronthosting.co.za> |
| 2013-05-06 12:54:24 | ncoghlan | link | issue17916 messages |
| 2013-05-06 12:54:24 | ncoghlan | create | |