Extension Doc bug
Guido van Rossum
guido at eric.cnri.reston.va.us
Tue May 4 19:50:45 EDT 1999
"Michael P. Reilly" <arcege at shore.net> writes:
> So I guess the bug is that the interpreter (interactive mode) should
> perform an PyErr_Clear() when the function returns (regardless of the
> return value), because on the next function call, the exception will be
> printed and the function not called.
No, the C code is buggy and all guarantees are off.
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-list
mailing list