]> granicus.if.org Git - python/commit
When running asynchat tests on OS X (darwin), the test client now
authorFacundo Batista <facundobatista@gmail.com>
Tue, 31 Jul 2007 03:03:34 +0000 (03:03 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Tue, 31 Jul 2007 03:03:34 +0000 (03:03 +0000)
commit4950442fb7c0b668a10143300d97ed4a70e4ff49
treeb39e0f66d216ab2dd37969ac4223171e8e66ad54
parenta6a21fabbcecb163c14110b0d62a3ad053f97f7e
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]
Lib/test/test_asynchat.py