Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Include/internal/pycore_interp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down