[alexLIGO]
> I got this error when trying to execute the following python command
> with in a C module: Py_BuildValue
>
> Do anyone have any idea what this error is about?
Just the comment on the failing assert:
assert(gc->gc.gc_refs != 0); /* else refcount was too small */
There are more p
"alexLIGO" <[EMAIL PROTECTED]> writes:
> Hi,
>
> I got this error when trying to execute the following python command
> with in a C module: Py_BuildValue
You get that error immediately on calling that function?
> Do anyone have any idea what this error is about?
You've probably got your refcou