[Python-Dev] Developing/patching ctypes (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Mar 10 22:43:45 CET 2006
- Previous message: [Python-Dev] Developing/patching ctypes
- Next message: [Python-Dev] Developing/patching ctypes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Developing/patching ctypes
- Next message: [Python-Dev] Developing/patching ctypes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]