[pypy-commit] cffi static-callback: an XXX

arigo noreply at buildbot.pypy.org
Wed Nov 18 10:55:29 EST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: static-callback
Changeset: r2417:dce52f75b925
Date: 2015-11-18 15:43 +0100
http://bitbucket.org/cffi/cffi/changeset/dce52f75b925/

Log:	an XXX

diff --git a/c/call_python.c b/c/call_python.c
--- a/c/call_python.c
+++ b/c/call_python.c
@@ -91,6 +91,9 @@
     */
     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, "


More information about the pypy-commit mailing list