Skip to content

Commit 0fc8ac0

Browse files
authored
pycore_interp.h: Fix comment about pytypedefs.h (python#93188)
pythonGH-31527 moved this typedef to `Include/pytypedefs.h`, so this comment should point at the correct location
1 parent 18ef240 commit 0fc8ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_interp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct atexit_state {
7373
/* PyInterpreterState holds the global state for one of the runtime's
7474
interpreters. Typically the initial (main) interpreter is the only one.
7575
76-
The PyInterpreterState typedef is in Include/pystate.h.
76+
The PyInterpreterState typedef is in Include/pytypedefs.h.
7777
*/
7878
struct _is {
7979

0 commit comments

Comments
 (0)