This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:19serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, ncoghlan
2017-09-05 19:20:19serhiy.storchakasetmessageid: <1504639219.47.0.653813740939.issue31344@psf.upfronthosting.co.za>
2017-09-05 19:20:19serhiy.storchakalinkissue31344 messages
2017-09-05 19:20:19serhiy.storchakacreate