[Python-Dev] Developing/patching ctypes

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


Thomas Heller wrote:
> """
> test_set
> test_ctypes
> test test_ctypes failed -- Traceback (most recent call last):
>   File "/Users/buildslave/bb/trunk.4/build/Lib/ctypes/test/test_leaks.py", line 68, in test_cycles_refcount
>     self.fail("leaking refcounts")
> AssertionError: leaking refcounts
> 
> test_long_future
> """
> 
> 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