Message 301362 - Python tracker
Message301362
| Author | serhiy.storchaka |
|---|---|
| Recipients | gregory.p.smith, ncoghlan, serhiy.storchaka |
| Date | 2017-09-05.19:20:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504639219.47.0.653813740939.issue31344@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The f_trace attribute is writable from a tracing function. There are different restrictions, for example you can't jump inside a 'for' loop from outside. The code of the setter is complex and hard for modifications (see the discussion on PR 2827). Allowing to trace opcodes can make it more complex. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-09-05 19:20:19 | serhiy.storchaka | set | recipients: + serhiy.storchaka, gregory.p.smith, ncoghlan |
| 2017-09-05 19:20:19 | serhiy.storchaka | set | messageid: <1504639219.47.0.653813740939.issue31344@psf.upfronthosting.co.za> |
| 2017-09-05 19:20:19 | serhiy.storchaka | link | issue31344 messages |
| 2017-09-05 19:20:19 | serhiy.storchaka | create | |