8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e75625 commit af4933eCopy full SHA for af4933e
Include/cpython/frameobject.h
@@ -13,7 +13,7 @@ struct _frame {
13
char f_trace_lines; /* Emit per-line trace events? */
14
char f_trace_opcodes; /* Emit per-opcode trace events? */
15
char f_owns_frame; /* This frame owns the frame */
16
- /* The frame date, if this frame object owns the frame */
+ /* The frame data, if this frame object owns the frame */
17
PyObject *_f_frame_data[1];
18
};
19
0 commit comments