[Python-Dev] Developing/patching ctypes (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Fri Mar 10 22:43:45 CET 2006


Thomas Heller wrote:

""" testset testctypes test testctypes failed -- Traceback (most recent call last): File "/Users/buildslave/bb/trunk.4/build/Lib/ctypes/test/testleaks.py", line 68, in testcyclesrefcount self.fail("leaking refcounts") AssertionError: leaking refcounts

testlongfuture """ Why is that?

Because it is just a single exception. For that, a traceback is printed. Not so for multiple failures.

Regards, Martin



More information about the Python-Dev mailing list