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, python-dev, vstinner, yselivanov
Date 2015-01-09.21:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420837527.97.0.830450159352.issue23209@psf.upfronthosting.co.za>
In-reply-to
Content
Ooops, test_selectors fails because get_key() raises "TypeError: 'NoneType' object is not subscriptable" when the selector is closed.

A different fix should be written.

I'm now using tox to run the Tulip test suite, I'm surprised that I didn't notice the failure. It looks like test_selectors is not executed. runtests.py searchs for test classes with a name ending with "Tests". I will fix that.
History
Date User Action Args
2015-01-09 21:05:28vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, martius
2015-01-09 21:05:27vstinnersetmessageid: <1420837527.97.0.830450159352.issue23209@psf.upfronthosting.co.za>
2015-01-09 21:05:27vstinnerlinkissue23209 messages
2015-01-09 21:05:27vstinnercreate