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 nirs
Recipients josiahcarlson, nirs
Date 2009-07-28.19:21:05
SpamBayes Score 5.8899986e-05
Marked as misclassified No
Message-id <1248808866.68.0.850046350138.issue6550@psf.upfronthosting.co.za>
In-reply-to
Content
I have a big problem with asyncore_fix_refused.patch  - it assumes that a 
dispatcher has a socket attribute, which can be used with t getsockopt(). 
This is true in the default dispatcher class implemented in asyncore, but 
wont work with file_dispatcher, or 3rd party dispatcher class.

The framework should let you drop in your dispatcher class, that will 
implement a minimal interface - handle_x_event, writable, readable etc.

What are the issues on Windows with asyncore-handle-connect-event-3.patch 
on Windows?
History
Date User Action Args
2009-07-28 19:21:07nirssetrecipients: + nirs, josiahcarlson
2009-07-28 19:21:06nirssetmessageid: <1248808866.68.0.850046350138.issue6550@psf.upfronthosting.co.za>
2009-07-28 19:21:05nirslinkissue6550 messages
2009-07-28 19:21:05nirscreate