summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------PMC0
m---------grextras0
-rw-r--r--python/gras/GRAS_SBuffer.i2
3 files changed, 1 insertions, 1 deletions
diff --git a/PMC b/PMC
-Subproject 65b39373c5cddc79408b9c7db4355848a7efd9e
+Subproject a8b63e468f1607da7f10f8a9d786595fdf6da6d
diff --git a/grextras b/grextras
-Subproject 81cd59739e2c8181ccd7f2670948e9714ef4049
+Subproject 8790fabf31ccab6c734d72fa746a0fed23c1029
diff --git a/python/gras/GRAS_SBuffer.i b/python/gras/GRAS_SBuffer.i
index 867d2f1..5ae910a 100644
--- a/python/gras/GRAS_SBuffer.i
+++ b/python/gras/GRAS_SBuffer.i
@@ -14,7 +14,7 @@ def pmc_to_sbuffer(p):
return s
RegisterPy2PMC(
- is_py = lambda x: isinstance(x, SBuffer),
+ is_py = lambda x: type(x) is SBuffer,
py2pmc = swig_sbuffer_to_pmc,
)