summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-08 14:56:54 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-08 14:56:54 +0000
commit11bb4b3d1fcf7395cb6bb034186427cc66e2999a (patch)
tree5c48409c3fca0403723982838dbdc69f5ad9b40c
parentc4d7d21a2ad838077c6310532fdf7505321f0ae7 (diff)
parentb8af0aa5281214a3216df758052f8fb5b730c460 (diff)
downloadgobject-introspection-11bb4b3d1fcf7395cb6bb034186427cc66e2999a.tar.gz
Merge branch 'define-PY_SSIZE_T_CLEAN' into 'master'
giscanner: always define PY_SSIZE_T_CLEAN See merge request GNOME/gobject-introspection!244
-rw-r--r--giscanner/giscannermodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/giscannermodule.c b/giscanner/giscannermodule.c
index 46bfd105..2e7e55bc 100644
--- a/giscanner/giscannermodule.c
+++ b/giscanner/giscannermodule.c
@@ -22,6 +22,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
+#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include "sourcescanner.h"