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 gvanrossum
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, rosslagerwall, sbt
Date 2013-01-09.18:04:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357754686.23.0.593475114282.issue16853@psf.upfronthosting.co.za>
In-reply-to
Content
- How shall we go forward?  I've made a variety of small changes to the Tulip version (selector.py) now.  Can you work those into a fresh unified patch for CPython 3.4?

- I tried making a single combined kqueue call in register(), and it caused the SSL test to hang, so I reverted that and changed my unregister code to make two syscalls as wel.  (This makes me think however that KqueueSelector should override modify() to avoid redundant syscalls when flipping only one of the two bits.)

- I'll change _Key to Key in the Tulip copy (though I wonder if maybe it should be a longer name -- 'Key' is rather generic).

- Are you going to implement the SELECT_CONNECT flag?

- Thanks for being so responsive!  It's great to be able to factor the selector functionality out of Tulip.

- Have you submitted a PSF contributor form yet?  (Probably yes, years ago, just making sure. :-)
History
Date User Action Args
2013-01-09 18:04:46gvanrossumsetrecipients: + gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt, felipecruz
2013-01-09 18:04:46gvanrossumsetmessageid: <1357754686.23.0.593475114282.issue16853@psf.upfronthosting.co.za>
2013-01-09 18:04:46gvanrossumlinkissue16853 messages
2013-01-09 18:04:45gvanrossumcreate