• Neal Norwitz's avatar
    There was a race condition where the connector would try to connect · 08e301f8
    Neal Norwitz yazdı
    before the listener was ready (on gentoo x86 buildslave).  This
    caused the listener to not exit normally since nobody connected to it
    (waited in accept()).  The exception was raised in the other thread
    and the test failed.
    
    This fix doesn't completely eliminate the race, but should make it
    near impossible to trigger.  Hopefully it's good enough.
    08e301f8
test_socket_ssl.py 2.06 KB