Skip to content

Commit

Permalink
fix visited
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 21, 2025
1 parent 3f51e08 commit f2cd968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ typedef struct _PyInterpreterFrame {
uint16_t return_offset; /* Only relevant during a function call */
char owner;
#ifdef Py_DEBUG
char visited:1;
uint8_t visited:1;
uint8_t lltrace:7;
#else
uint8_t visited;
Expand Down

0 comments on commit f2cd968

Please sign in to comment.