Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31344>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to