Message8420

Author mb_
Recipients mb_
Date 2014-05-16.14:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400250272.63.0.89604232542.issue2147@psf.upfronthosting.co.za>
In-reply-to
Content
The attached test file "conntest.py" throws unexpected exceptions and warnings when being run on jython 2.7 hg:

Expected behavior (CPython 2.7.6):
> $ python2.7 ./conntest.py 
> ................
> Client: Connected to server
> Server: A client connected

Actual behavior (Jython 2.7 Mercurial):
> $ /path/to/jython/dist/bin/jython ./conntest.py 
> May 16, 2014 4:04:18 PM io.netty.channel.nio.NioEventLoop select
> WARNING: Selector.select() returned prematurely 512 times in a row; rebuilding selector.
> May 16, 2014 4:04:18 PM io.netty.channel.nio.NioEventLoop rebuildSelector
> INFO: Migrated 1 channel(s) to the new Selector.
> CLIENT: Should not happen: CancelledKeyException
> [Errno -1] Unmapped exception: java.nio.channels.CancelledKeyException
> ......................
> Client: Connected to server
> Server: A client connected
History
Date User Action Args
2014-05-16 14:24:32mb_setrecipients: + mb_
2014-05-16 14:24:32mb_setmessageid: <1400250272.63.0.89604232542.issue2147@psf.upfronthosting.co.za>
2014-05-16 14:24:32mb_linkissue2147 messages
2014-05-16 14:24:32mb_create