diff options
Diffstat (limited to 'Doc/extending/embedding.rst')
-rw-r--r-- | Doc/extending/embedding.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/extending/embedding.rst b/Doc/extending/embedding.rst index 7e4fc19..13d83b7 100644 --- a/Doc/extending/embedding.rst +++ b/Doc/extending/embedding.rst @@ -53,6 +53,7 @@ interface. This interface is intended to execute a Python script without needing to interact with the application directly. This can for example be used to perform some operation on a file. :: + #define PY_SSIZE_T_CLEAN #include <Python.h> int |