Felipe Cruz added the comment:
Hi.. 2 comments related to Kqueue/OSX(16.8)
1 - In tulip/selectors.py L311 and L314 - is key.fd not fd
2 - In EventLoopTestsMixin::test_writer_callback if the writer socket isn't
non-blocking, the test hangs forever..
3 - Errors:
ERROR: testCreateSslTransport (tulip.events_test.PollEventLoopTests)
File "/Users/felipecruz/Projects/tulip3/tulip/selectors.py", line 180, in
_key_from_fd
raise RuntimeError("No key found for fd {}".format(fd))
RuntimeError: No key found for fd -2
ERROR: test_sock_client_ops (tulip.events_test.KqueueEventLoopTests)
File "/Users/felipecruz/Projects/tulip3/tulip/selectors.py", line 180, in
_key_from_fd
raise RuntimeError("No key found for fd {}".format(fd))
RuntimeError: No key found for fd 77
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue16853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com