diff options
Diffstat (limited to 'Include/cpython/import.h')
-rw-r--r-- | Include/cpython/import.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/cpython/import.h b/Include/cpython/import.h index 5ec637e..da9fb77 100644 --- a/Include/cpython/import.h +++ b/Include/cpython/import.h @@ -32,6 +32,7 @@ struct _frozen { const char *name; /* ASCII encoded string */ const unsigned char *code; int size; + bool is_package; PyObject *(*get_code)(void); }; |