Arint‚ <jamarijr at hotmail.com> wrote: > What are the reprecussions <sp?> of doing a PyErr_Clear() when there is > no error? also see: http://www.python.org/doc/current/api/exceptionHandling.html void PyErr_Clear () Clear the error indicator. If the error indicator is not set, there is no effect. </F>