Message179299
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 |
|
Date |
User |
Action |
Args |
2013-01-08 00:36:58 | felipecruz | set | recipients:
+ felipecruz, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt |
2013-01-08 00:36:58 | felipecruz | set | messageid: <1357605418.38.0.653389791218.issue16853@psf.upfronthosting.co.za> |
2013-01-08 00:36:58 | felipecruz | link | issue16853 messages |
2013-01-08 00:36:58 | felipecruz | create | |
|