http://bugs.gpodder.org/show_bug.cgi?id=295





--- Comment #11 from Allan McRae <[email protected]>  2008-12-25 18:19:43 ---
And the offending part of pycairo is:

static PyObject *
surface_write_to_png (PycairoSurface *o, PyObject *file)
{
<snip>
    Py_BEGIN_ALLOW_THREADS
    status = cairo_surface_write_to_png_stream (o->surface, _write_func,
                            file);
    Py_END_ALLOW_THREADS


Commenting out the ALLOW_THREADS lines fixes this bug.  So, this is a pycairo
bug.

-- 
Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to