Arint‚ <jamarijr at hotmail.com> wrote: > What are the reprecussions <sp?> of doing a PyErr_Clear() when there is > no error? same as setting a variable to NULL if it already contains NULL. (well, to be precise, PyErr_Clear actually clears three internal variables...) </F>