mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Update code comment re: location of struct _is. (GH-20067)
This commit is contained in:
parent
6a78589b6b
commit
1aa8767baf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue