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 alexer
Recipients ajaksu2, akuchling, alexer, anadelonbrin, brett.cannon, giampaolo.rodola, gregory.p.smith, josiahcarlson, tim.peters
Date 2009-03-31.17:07:12
SpamBayes Score 4.8367764e-07
Marked as misclassified No
Message-id <1238519233.6.0.771538525756.issue1161031@psf.upfronthosting.co.za>
In-reply-to
Content
The _exception() -> close() change seems to be wrong. The third set of
select() is supposed to represent oob data, so the previous use in the
select-based loop should have been correct?

Other than that, i can't see anything wrong with it.

Maybe handle_expt_event should be reverted to the old one, that just
calls handle_expt, too? The current version seems to assume that it is
called on socket error conditions.
History
Date User Action Args
2009-03-31 17:07:13alexersetrecipients: + alexer, tim.peters, akuchling, brett.cannon, gregory.p.smith, anadelonbrin, josiahcarlson, giampaolo.rodola, ajaksu2
2009-03-31 17:07:13alexersetmessageid: <1238519233.6.0.771538525756.issue1161031@psf.upfronthosting.co.za>
2009-03-31 17:07:12alexerlinkissue1161031 messages
2009-03-31 17:07:12alexercreate