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 gvanrossum
Recipients amaury.forgeotdarc, christian.heimes, giampaolo.rodola, gvanrossum, janssen
Date 2007-12-13.20:13:09
SpamBayes Score 0.024117433
Marked as misclassified No
Message-id <1197576790.18.0.0555729065821.issue1469@psf.upfronthosting.co.za>
In-reply-to
Content
Hm, when I run the full test_ssl test suite with

./python Lib/test/regrtest.py -v -uall test_ssl

it always hangs in testAsyncoreServer after printing this:

testAsyncoreServer (test.test_ssl.ThreadedTests) ...
 server:  new connection from 127.0.0.1:59781
 client:  sending 'FOO\n'...
 server:  read 4 from client
History
Date User Action Args
2007-12-13 20:13:10gvanrossumsetspambayes_score: 0.0241174 -> 0.024117433
recipients: + gvanrossum, amaury.forgeotdarc, janssen, giampaolo.rodola, christian.heimes
2007-12-13 20:13:10gvanrossumsetspambayes_score: 0.0241174 -> 0.0241174
messageid: <1197576790.18.0.0555729065821.issue1469@psf.upfronthosting.co.za>
2007-12-13 20:13:10gvanrossumlinkissue1469 messages
2007-12-13 20:13:10gvanrossumcreate