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-14.05:06:03
SpamBayes Score 0.20429233
Marked as misclassified No
Message-id <ca471dc20712132106g309f050alab3bf1f81b88ea98@mail.gmail.com>
In-reply-to <ca471dc20712132102h5f725124m3aa4095ca58d7116@mail.gmail.com>
Content
I spoke too soon. In a debug build, this hangs forever during the
second iteration:

./python.exe Lib/test/regrtest.py -uall -R1:1 test_ssl

Adding -v, it looks like two iterations are carried out perfectly (one
must be a trial run, one the warm-up run), but the third run goes
beserk; the output ends like this:

testAsyncoreServer (test.test_ssl.ThreadedTests) ...
 server:  read b'over\n' from client
 server:  closed connection <ssl.SSLSocket object, fd=6, family=2,
type=1, proto=0>
 server:  read b'' from client
 server:  closed connection <ssl.SSLSocket object, fd=10, family=2,
type=1, proto=0>
 server:  read b'' from client
 server:  closed connection <ssl.SSLSocket object, fd=10, family=2,
type=1, proto=0>
.
. (the last two lines repeated forever)
.
History
Date User Action Args
2007-12-14 05:06:04gvanrossumsetspambayes_score: 0.204292 -> 0.20429233
recipients: + gvanrossum, amaury.forgeotdarc, janssen, giampaolo.rodola, christian.heimes
2007-12-14 05:06:04gvanrossumlinkissue1469 messages
2007-12-14 05:06:03gvanrossumcreate