Python flak???

Fredrik Lundh effbot at telia.com
Mon Apr 17 12:44:10 EDT 2000


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>





More information about the Python-list mailing list