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
This commit is contained in:
Itamar Ostricher 2022-07-09 06:58:30 -07:00 committed by GitHub
parent 18ef240a2c
commit 0fc8ac0b0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ struct atexit_state {
/* PyInterpreterState holds the global state for one of the runtime's /* PyInterpreterState holds the global state for one of the runtime's
interpreters. Typically the initial (main) interpreter is the only one. 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 { struct _is {