Author: Armin Rigo <[email protected]>
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, "
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to