commit | 4950442fb7c0b668a10143300d97ed4a70e4ff49 | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Tue Jul 31 03:03:34 2007 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Tue Jul 31 03:03:34 2007 +0000 |
tree | b39e0f66d216ab2dd37969ac4223171e8e66ad54 | |
parent | a6a21fabbcecb163c14110b0d62a3ad053f97f7e [diff] |
When running asynchat tests on OS X (darwin), the test client now overrides asyncore.dispatcher.handle_expt to do nothing, since select.poll gives a POLLHUP error at the completion of these tests. Added timeout & count arguments to several asyncore.loop calls to avoid the possibility of a test hanging up a build. [GSoC - Alan McIntyre]