]> granicus.if.org Git - python/commit
Add enough debugging information to diagnose failures where the
authorJeffrey Yasskin <jyasskin@gmail.com>
Sun, 6 Apr 2008 23:04:28 +0000 (23:04 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Sun, 6 Apr 2008 23:04:28 +0000 (23:04 +0000)
commitee76777846124bb5b7e08feb488d5bab949c76a5
treea8c82f6d41c671e84331544c01f56c4762357457
parent5a4d66824adeeef2d4d4b1bb4cc6cc9645fae8a0
Add enough debugging information to diagnose failures where the
HandlerBException is ignored, and fix one such problem, where it was thrown
during the __del__ method of the previous Popen object.

We may want to find a better way of printing verbose information so it's not
spammy when the test passes.
Lib/test/test_signal.py