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 3f51e08 commit f2cd968Copy full SHA for f2cd968
Include/internal/pycore_frame.h
@@ -77,7 +77,7 @@ typedef struct _PyInterpreterFrame {
77
uint16_t return_offset; /* Only relevant during a function call */
78
char owner;
79
#ifdef Py_DEBUG
80
- char visited:1;
+ uint8_t visited:1;
81
uint8_t lltrace:7;
82
#else
83
uint8_t visited;
0 commit comments