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. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> Zope Corporation _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
