[Bug 634700] Review Request: python3-cairo - cairo python bindings for Python 3

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 16 19:06:11 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=634700

--- Comment #4 from John (J5) Palmieri <johnp at redhat.com> 2010-09-16 15:06:10 EDT ---
grep -r PyCObject *

src/py3cairo.h:        Pycairo_CAPI = (Pycairo_CAPI_t*)
PyCObject_Import("cairo", "CAPI")
src/cairomodule.c:  PyModule_AddObject(m, "CAPI", PyCObject_FromVoidPtr(&CAPI,
NULL));
test/include/pycairo/py3cairo.h:        Pycairo_CAPI = (Pycairo_CAPI_t*)
PyCObject_Import("cairo", "CAPI")


So yes it uses PyCObject right now.  I suspect they will fix this in the next
version though we should most likely file a bug.

And yes this is based off of pycairo.spec

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list