]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
pycore_interp.h: Fix comment about pytypedefs.h (#93188)
authorItamar Ostricher <itamarost@gmail.com>
Sat, 9 Jul 2022 13:58:30 +0000 (06:58 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 13:58:30 +0000 (15:58 +0200)
GH-31527 moved this typedef to `Include/pytypedefs.h`, so this comment
should point at the correct location

Include/internal/pycore_interp.h

index bcfcd88d84492d6b0112ce0d31d20cedc2c4b7c2..6ce2945cd9fb7b7eff48afca0474a4d8f8a460bb 100644 (file)
@@ -73,7 +73,7 @@ struct atexit_state {
 /* PyInterpreterState holds the global state for one of the runtime's
    interpreters.  Typically the initial (main) interpreter is the only one.
 
-   The PyInterpreterState typedef is in Include/pystate.h.
+   The PyInterpreterState typedef is in Include/pytypedefs.h.
    */
 struct _is {