Blair Azzopardi <[email protected]> writes: > Looks like I've found a workaround. It involves setting the set_args > parameters as object properties.
Right--set_args(something) does not hold a (Python) reference to 'something', so that object may get garbage-collected. Andreas _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
