Update code comment re: location of struct _is. (GH-20067)

This commit is contained in:
Chris Jerdonek 2020-05-14 19:11:00 -07:00 committed by GitHub
parent 6a78589b6b
commit 1aa8767baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);