[New-bugs-announce] [issue31344] f_trace_opcodes frame attribute to switch to per-opcode tracing

Nick Coghlan report at bugs.python.org
Mon Sep 4 18:03:40 EDT 2017


New submission from Nick Coghlan:

In order to test issue 29988 reliably, we want the ability to run trace hooks for every opcode in a frame, rather than for every line.

The simplest API we've been able to come up with for that is a "f_trace_opcodes" attribute on the frame which we set from the trace hook the first time that it runs.

----------
messages: 301273
nosy: gregory.p.smith, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: f_trace_opcodes frame attribute to switch to per-opcode tracing
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31344>
_______________________________________


More information about the New-bugs-announce mailing list