• Neal Norwitz's avatar
    Use a condition variable (threading.Event) rather than sleeps and checking a · 653272f0
    Neal Norwitz yazdı
    global to determine when the server is ready to be used.  This slows the test
    down, but should make it correct.  There was a race condition before where the
    server could have assigned a port, yet it wasn't ready to serve requests.  If
    the client sent a request before the server was completely ready, it would get
    an exception.  There was machinery to try to handle this condition.  All of
    that should be unnecessary and removed if this change works.  A NOTE was
    added as a comment about what needs to be fixed.
    
    The buildbots will tell us if there are more errors or
    if this test is now stable.
    653272f0
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...