Python flak???

Fredrik Lundh effbot at telia.com
Mon Apr 17 12:45:26 EDT 2000


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>





More information about the Python-list mailing list