Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Include pycore_moduleobject.h bco. _PyModule_GetState()
  • Loading branch information
erlend-aasland committed Jan 31, 2023
commit 10cb0bcceb52a5eb7317e220ca557b16a6694380
1 change: 1 addition & 0 deletions Modules/itertoolsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "pycore_long.h" // _PyLong_GetZero()
#include "pycore_object.h" // _PyObject_GC_TRACK()
#include "pycore_tuple.h" // _PyTuple_ITEMS()
#include "pycore_moduleobject.h" // _PyModule_GetState()
#include <stddef.h> // offsetof()

/* Itertools module written and maintained
Expand Down