summaryrefslogtreecommitdiff
path: root/c/call_python.c
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-11-18 15:43:46 +0100
committerArmin Rigo <arigo@tunes.org>2015-11-18 15:43:46 +0100
commit98e4f76fe2da26e84b7c02e9a0c32c0a2e7d07a1 (patch)
tree9e7d0e1ab6515c11fc620095b2bb1173f483a7ea /c/call_python.c
parentd995bf5eda3cd8dae5c86206ee44f4ccd77d70bb (diff)
downloadcffi-98e4f76fe2da26e84b7c02e9a0c32c0a2e7d07a1.tar.gz
an XXX
Diffstat (limited to 'c/call_python.c')
-rw-r--r--c/call_python.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/call_python.c b/c/call_python.c
index 4db966a..f456d8e 100644
--- a/c/call_python.c
+++ b/c/call_python.c
@@ -91,6 +91,9 @@ static void _cffi_call_python(struct _cffi_externpy_s *externpy, char *args)
*/
save_errno();
+#error XXX subinterpreters!
+#error should we make "externpy->reserved1" subinterpreter-local??
+
if (externpy->reserved1 == NULL) {
/* not initialized! */
fprintf(stderr, "extern \"Python\": function %s() called, "