Skip to content

Commit 1aa8767

Browse files
authored
Update code comment re: location of struct _is. (GH-20067)
1 parent 6a78589 commit 1aa8767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct _is;
1818

1919
/* struct _ts is defined in cpython/pystate.h */
2020
typedef struct _ts PyThreadState;
21-
/* struct _is is defined in internal/pycore_pystate.h */
21+
/* struct _is is defined in internal/pycore_interp.h */
2222
typedef struct _is PyInterpreterState;
2323

2424
PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);

0 commit comments

Comments
 (0)