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 vstinner
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, python-dev, rosslagerwall, sbt, vstinner, yselivanov
Date 2015-02-05.20:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwb_sqL-_dvb1FB+qU_kEhL0S8hoSdqei+3+PgEwgpsnPg@mail.gmail.com>
In-reply-to <1423158397.81.0.440752855385.issue18932@psf.upfronthosting.co.za>
Content
2015-02-05 18:46 GMT+01:00 Giampaolo Rodola' <report@bugs.python.org>:
> +        def modify(self, fileobj, events, data=None):
> +            ...
> +            if events != key.events:

You should update the SelectorKey in the case, no?
History
Date User Action Args
2015-02-05 20:59:21vstinnersetrecipients: + vstinner, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, python-dev, sbt, felipecruz, yselivanov
2015-02-05 20:59:21vstinnerlinkissue18932 messages
2015-02-05 20:59:21vstinnercreate