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 gvanrossum, martius, neologix, python-dev, vstinner, yselivanov
Date 2015-01-13.09:07:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421140023.73.0.77973243776.issue23225@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I forgot Python 3.4. Changing the behaviour of get_key() in a minor Python version (3.4.x) would break the compatibility. I used Martin Richard's patch for Python 3.4: raise a KeyError if the selector is closed.

I commit my change to Python 3.5 and Tulip.
History
Date User Action Args
2015-01-13 09:07:03vstinnersetrecipients: + vstinner, gvanrossum, neologix, python-dev, yselivanov, martius
2015-01-13 09:07:03vstinnersetmessageid: <1421140023.73.0.77973243776.issue23225@psf.upfronthosting.co.za>
2015-01-13 09:07:03vstinnerlinkissue23225 messages
2015-01-13 09:07:03vstinnercreate