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 felipecruz
Recipients christian.heimes, felipecruz, giampaolo.rodola, gvanrossum, meador.inge, neologix, pitrou, rosslagerwall, sbt
Date 2013-01-08.00:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357605418.38.0.653389791218.issue16853@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-01-08 00:36:58felipecruzsetrecipients: + felipecruz, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, meador.inge, neologix, rosslagerwall, sbt
2013-01-08 00:36:58felipecruzsetmessageid: <1357605418.38.0.653389791218.issue16853@psf.upfronthosting.co.za>
2013-01-08 00:36:58felipecruzlinkissue16853 messages
2013-01-08 00:36:58felipecruzcreate