Message 301565 - Python tracker
Message301565
| Author | ncoghlan |
|---|---|
| Recipients | gregory.p.smith, ncoghlan, nedbat, njs, serhiy.storchaka, steve.dower |
| Date | 2017-09-07.03:31:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504755085.33.0.0805655011801.issue31344@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
My posted PR implements the "independent flags" option, where f_trace_lines and f_trace_opcodes allow per-line and per-opcode events to be requested independently. The default is to emit per-line events (as has historically been the case). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-07 03:31:25 | ncoghlan | set | recipients: + ncoghlan, gregory.p.smith, nedbat, njs, serhiy.storchaka, steve.dower |
| 2017-09-07 03:31:25 | ncoghlan | set | messageid: <1504755085.33.0.0805655011801.issue31344@psf.upfronthosting.co.za> |
| 2017-09-07 03:31:25 | ncoghlan | link | issue31344 messages |
| 2017-09-07 03:31:24 | ncoghlan | create | |