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 giampaolo.rodola
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, python-dev, rosslagerwall, sbt, vstinner, yselivanov
Date 2015-02-04.17:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423072424.24.0.177883254638.issue18932@psf.upfronthosting.co.za>
In-reply-to
Content
_BaseSelectorImpl.modify() still calls unregister() and register(). To my understanding the whole point of this proposal was to avoid that in order to obtain the speedup and (possibly) avoid race conditions.
History
Date User Action Args
2015-02-04 17:53:44giampaolo.rodolasetrecipients: + giampaolo.rodola, gvanrossum, pitrou, vstinner, christian.heimes, meador.inge, neologix, rosslagerwall, python-dev, sbt, felipecruz, yselivanov
2015-02-04 17:53:44giampaolo.rodolasetmessageid: <1423072424.24.0.177883254638.issue18932@psf.upfronthosting.co.za>
2015-02-04 17:53:44giampaolo.rodolalinkissue18932 messages
2015-02-04 17:53:44giampaolo.rodolacreate