[IPython-dev] Shutdown __del__ methods bug

Thomas Kluyver takowl at gmail.com
Sat Oct 16 11:29:09 EDT 2010


Unfortunately, this commit appears to have undone Fernando's fix for the bug
with __del__ methods that I found:
http://github.com/ipython/ipython/commit/239d2ed6f44c3f6511ee1e9069a5a1aee9c20f9c

I can reproduce the bug in trunk. This also highlights that the doctest to
catch it evidently doesn't do so. Running iptest IPython.core shows the
error message on the console (among the ... of passed tests), but it doesn't
fail. I'm not a console ninja, but could it be that the message goes to
stderr, and the evaluation only checks stdout?

Thanks,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20101016/76cb6219/attachment.html>


More information about the IPython-dev mailing list