- 27 Ock, 2008 16 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Many of these exceptions are due to resource unavailable, so the existing code should be able to handle many more spurious errors.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
It's system dependent. This might fix the problem with test_rfind failing.
-
Neal Norwitz yazdı
nor UNIX is defined. This may have caused problems on cygwin.
-
Jeffrey Yasskin yazdı
Raymond's advice.
-
Neal Norwitz yazdı
which isn't as bad as it sounds. The close() *should* raise an exception, so if it didn't we should give more time to sync and really raise it. Will backport.
-
Neal Norwitz yazdı
This should make the test less flaky. It also speeds up the test by about 75% on my box (20+ seconds -> ~4 seconds).
-
- 26 Ock, 2008 24 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
doesn't cause the exception, but the close() does. Will backport.
-
Neal Norwitz yazdı
and not trying to connect before.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
this might fix the problem.
-
Gregory P. Smith yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
the original code object backing the generator. Patch by Collin Winter.
-
Georg Brandl yazdı
as the documentation says.
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Saves the unnecessary creation of a tuple as intermediate container.
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset.
-
Neal Norwitz yazdı
that shouldn't cause the test to fail. Just like it setUp.
-
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.
-
Neal Norwitz yazdı
by retrying the host for up to 3 times.
-