This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients alanmcintyre, donmez, facundobatista, mark.dickinson
Date 2009-05-07.16:50:27
SpamBayes Score 2.954711e-10
Marked as misclassified No
Message-id <1241715031.05.0.359002757027.issue5798@psf.upfronthosting.co.za>
In-reply-to
Content
r56632 looks relevant:

"""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]"""

Adding Facundo Batista and Alan McIntyre to the nosy list.  Does either of 
you know what's going on with this issue?
History
Date User Action Args
2009-05-07 16:50:31mark.dickinsonsetrecipients: + mark.dickinson, facundobatista, alanmcintyre, donmez
2009-05-07 16:50:31mark.dickinsonsetmessageid: <1241715031.05.0.359002757027.issue5798@psf.upfronthosting.co.za>
2009-05-07 16:50:28mark.dickinsonlinkissue5798 messages
2009-05-07 16:50:27mark.dickinsoncreate