Skip to content

Commit 3cf7d0a

Browse files
committed
Make sign of field explicit.
1 parent 1be0129 commit 3cf7d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/genobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
char prefix##_closed; \
2828
char prefix##_running_async; \
2929
/* The frame */ \
30-
char prefix##_frame_state; \
30+
int8_t prefix##_frame_state; \
3131
PyObject *prefix##_iframe[1];
3232

3333
typedef struct {

0 commit comments

Comments
 (0)