From 98e4f76fe2da26e84b7c02e9a0c32c0a2e7d07a1 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Wed, 18 Nov 2015 15:43:46 +0100 Subject: an XXX --- c/call_python.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/call_python.c') 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, " -- cgit v1.2.1