From 0fc8ac0b0db6c03182c5181475c7b0b2ff7ec11f Mon Sep 17 00:00:00 2001 From: Itamar Ostricher Date: Sat, 9 Jul 2022 06:58:30 -0700 Subject: [PATCH] pycore_interp.h: Fix comment about pytypedefs.h (#93188) 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 bcfcd88d8449..6ce2945cd9fb 100644 --- a/Include/internal/pycore_interp.h +++ b/Include/internal/pycore_interp.h @@ -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 { -- 2.47.3