Update code comment re: location of struct _is. (GH-20067)
This commit is contained in:
parent
6a78589b6b
commit
1aa8767baf
|
@ -18,7 +18,7 @@ struct _is;
|
||||||
|
|
||||||
/* struct _ts is defined in cpython/pystate.h */
|
/* struct _ts is defined in cpython/pystate.h */
|
||||||
typedef struct _ts PyThreadState;
|
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;
|
typedef struct _is PyInterpreterState;
|
||||||
|
|
||||||
PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
|
PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
|
||||||
|
|
Loading…
Reference in New Issue