We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ef240 commit 0fc8ac0Copy full SHA for 0fc8ac0
Include/internal/pycore_interp.h
@@ -73,7 +73,7 @@ struct atexit_state {
73
/* PyInterpreterState holds the global state for one of the runtime's
74
interpreters. Typically the initial (main) interpreter is the only one.
75
76
- The PyInterpreterState typedef is in Include/pystate.h.
+ The PyInterpreterState typedef is in Include/pytypedefs.h.
77
*/
78
struct _is {
79
0 commit comments