]> granicus.if.org Git - python/commit
Added a select.select call in the test server loop to make sure the
authorFacundo Batista <facundobatista@gmail.com>
Thu, 19 Jul 2007 23:57:38 +0000 (23:57 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Thu, 19 Jul 2007 23:57:38 +0000 (23:57 +0000)
commitb1994b4a5d0139a010eb0af1d6615a3df92fe786
treed56d5141e8a21198faf736244d3152db4e2f04da
parent219336af8288c9b472a37090b9ae46ec18bdcae5
Added a select.select call in the test server loop to make sure the
socket is ready to be read from before attempting a read (this
prevents an error 10035 on some Windows platforms). [GSoC - Alan
McIntyre]
Lib/test/test_asyncore.py