On Tue, Apr 05, 2005 at 03:27:18PM -0500, Fred Drake wrote: > On Apr 5, 2005 3:19 PM, Daniel Veillard <[EMAIL PROTECTED]> wrote: > > So PyErr_Occurred() check should be done when C call python at the, > > return point, right ? > > I think this occurs only in a few places within python/libxml.c which is > > not autogenerated. So hacking this might be possible. > > Sounds like the right solution to me; this is pretty much what the > Expat bindings have been doing for some time.
Okay, could you or Stefan bugzilla this, we don't have a complete solution (as the error will have to be asynchronously raised back when exiting the C layer back into Python) but it seems it would be simpler than what I first expected. Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
