[reportlab-users] re: bus error with renderPM

Robin Becker robin at reportlab.com
Sat Nov 27 09:02:25 EST 2004


Thanks to Craig Jacobs for reporting this bug; it didn't happen in 2.2 
and before and was caused by evaluation of

PyObject_HasAttrString(value,"red")
     && PyObject_HasAttrString(value,"green")
     && PyObject_HasAttrString(value,"blue")

with the python error flag set.
-- 
Robin Becker


More information about the reportlab-users mailing list