From 8a0ff7683227964f6aad09e1be750ce9b3821243 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 7 Apr 2005 15:03:53 +0000 Subject: cleaner error reporting added generic numpy support (not working) use lock count instead of message queuing to avoid py->py messaging deadlock fixing strange gcc behavior fixes for maxmsp support for buffer objects (preliminary) fixed reference count bug use optimized version adjust pd and py files for correct argument passing more optimizations little restructuring svn path=/trunk/; revision=2687 --- externals/grill/py/source/py.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/py/source/py.cpp') diff --git a/externals/grill/py/source/py.cpp b/externals/grill/py/source/py.cpp index 4f46a9ea..44d7a608 100644 --- a/externals/grill/py/source/py.cpp +++ b/externals/grill/py/source/py.cpp @@ -331,7 +331,7 @@ bool pyobj::callpy(PyObject *fun,PyObject *args) return false; } else { - AtomListStatic<16> rargs; + flext::AtomListStatic<16> rargs; if(GetPyArgs(rargs,ret)) { // call to outlet _outside_ the Mutex lock! // otherwise (if not detached) deadlock will occur -- cgit v1.2.1