]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update code comment re: location of struct _is. (GH-20067)
authorChris Jerdonek <chris.jerdonek@gmail.com>
Fri, 15 May 2020 02:11:00 +0000 (19:11 -0700)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 02:11:00 +0000 (19:11 -0700)
Include/pystate.h

index 34cad02c3a930d9a75a4738a91474fcbc0e5960e..bae440778b261a425f080aaf085a9d6d72811615 100644 (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);