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 sable
Recipients db3l, gregory.p.smith, pitrou, rnk, sable, vstinner
Date 2011-02-16.16:24:10
SpamBayes Score 0.00093383563
Marked as misclassified No
Message-id <1297873451.52.0.539569284841.issue11223@psf.upfronthosting.co.za>
In-reply-to
Content
Well I don't know precisely:

* when running make buildbottest, test_socket will systematically hang on AIX 5.3 and 6.1.

* but when running ./python -Wd -E -bb Lib/test/test_socket.py, the tests complete rather quickly (with one failure cf 11192).

Ran 158 tests in 16.867s

FAILED (failures=1, skipped=4)

I will try with pdb or something.
History
Date User Action Args
2011-02-16 16:24:11sablesetrecipients: + sable, gregory.p.smith, db3l, pitrou, vstinner, rnk
2011-02-16 16:24:11sablesetmessageid: <1297873451.52.0.539569284841.issue11223@psf.upfronthosting.co.za>
2011-02-16 16:24:10sablelinkissue11223 messages
2011-02-16 16:24:10sablecreate