• Nick Coghlan's avatar
    bpo-31344: Per-frame control of trace events (GH-3417) · 5a851670
    Nick Coghlan yazdı
    f_trace_lines: enable/disable line trace events
    f_trace_opcodes: enable/disable opcode trace events
    
    These are intended primarily for testing of the interpreter
    itself, as they make it much easier to emulate signals
    arriving at unfortunate times.
    5a851670
test_sys.py 45.4 KB