diff options
Diffstat (limited to 'Include/cpython')
-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 bad68f0e09..5ec637e7ab 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; + PyObject *(*get_code)(void); }; /* Embedding apps may change this pointer to point to their favorite |