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 1be0129 commit 3cf7d0aCopy full SHA for 3cf7d0a
Include/cpython/genobject.h
@@ -27,7 +27,7 @@ extern "C" {
27
char prefix##_closed; \
28
char prefix##_running_async; \
29
/* The frame */ \
30
- char prefix##_frame_state; \
+ int8_t prefix##_frame_state; \
31
PyObject *prefix##_iframe[1];
32
33
typedef struct {
0 commit comments