From 249a207686f850c1fe9dcca1750eead3bfd43a75 Mon Sep 17 00:00:00 2001 From: Itamar Ostricher Date: Tue, 24 May 2022 15:53:11 -0700 Subject: [PATCH] Comment nit: fix comment reference in pycore_interp.h GH-31527 moved this typedef to `Include/pytypedefs.h`, so this comment should point at the correct location --- Include/internal/pycore_interp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/internal/pycore_interp.h b/Include/internal/pycore_interp.h index d55627908a28f8..d9fd827671542d 100644 --- a/Include/internal/pycore_interp.h +++ b/Include/internal/pycore_interp.h @@ -76,7 +76,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 {