Skip to content

Commit

Permalink
Update code comment re: location of struct _is. (pythonGH-20067)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjerdonek authored May 15, 2020
1 parent 6a78589 commit 1aa8767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/pystate.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct _is;

/* struct _ts is defined in cpython/pystate.h */
typedef struct _ts PyThreadState;
/* struct _is is defined in internal/pycore_pystate.h */
/* struct _is is defined in internal/pycore_interp.h */
typedef struct _is PyInterpreterState;

PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
Expand Down

0 comments on commit 1aa8767

Please sign in to comment.