Message10465

Author dhable
Recipients dhable, teeohhem
Date 2015-11-12.17:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447349459.81.0.74948827959.issue2425@psf.upfronthosting.co.za>
In-reply-to
Content
This ticket is not a bug in Jython, rather a problem with the test code. After the initial call to connect_ex, I called poller.register method with the sock object. It should have been called with the result of sock.fileno(). With that change, the test passes.

I'll change the gist and comment on github so others finding the chunk have a correct working code sample.
History
Date User Action Args
2015-11-12 17:30:59dhablesetmessageid: <1447349459.81.0.74948827959.issue2425@psf.upfronthosting.co.za>
2015-11-12 17:30:59dhablesetrecipients: + dhable, teeohhem
2015-11-12 17:30:59dhablelinkissue2425 messages
2015-11-12 17:30:59dhablecreate