Re: ANN: Pyrex 0.9.8.4

Greg Ewing <[email protected]> Thu, 12 Jun 2008 12:25:14 +1200
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
Sébastien Sablé wrote:

> +  if (__Pyx_ExportFunction("g_malloc0", (void*)g_malloc0, "void 
> *(int)") < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; goto 
> __pyx_L1;}
> +  if (__Pyx_ExportFunction("Py_INCREF", (void*)Py_INCREF, "void 
> (PyObject *)") < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1; goto 
> __pyx_L1;}

Can you send me a (preferably small) test case that
reproduces this?

-- 
Greg