This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients
Date 2006-09-21.19:23:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

The ones complaining about pthread (test_asynchat,
test_capi) are not a problem.  test_codecs is worrisome.  I
don't believe test_ctypes is a problem and I'm guessing that
the test_gzip problem is either due to test_ctypes or an
internal gzip library problem.  BTW, you might want to read
Misc/README.valgrind if you haven't already.  You also need
to skip test_socket_ssl as that causes a bunch of
uninitialized memory warnings due to the SSL library.

Thanks for the reports, I'll try to take a look at them later.
History
Date User Action Args
2007-08-23 14:42:50adminlinkissue1562308 messages
2007-08-23 14:42:50admincreate