Issue2242

classification
Title: select.select and select.poll do not unblock when a socket has data for reading
Type: Severity: major
Components: Core Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: Paladiamors, zyasoft
Priority: urgent Keywords:

Created on 2014-12-28.14:29:41 by Paladiamors, last changed 2015-01-04.19:07:06 by zyasoft.

Files
File name Uploaded Description Edit Remove
socketIssue.py Paladiamors, 2014-12-28.14:29:41 code demonstrating select.select not returning even with data available in socket
Messages
msg9270 (view) Author: Jim Baker (zyasoft) Date: 2014-12-29.07:02:48
Fixed as of https://hg.python.org/jython/rev/3c4adde9c083
msg9271 (view) Author: Paladiamors (Paladiamors) Date: 2014-12-30.05:02:14
Hi Jim,

Thanks so much for the quick turn around for this issue!  I'll integrate this in to my jython package. 

My first time submitting a bug to jython, but when are bug fixes usually integrated into the official packages?

Justin

2014/12/29 16:02、Jim Baker <report@bugs.jython.org> のメッセージ:

> 
> New submission from Jim Baker:
> 
> Fixed as of https://hg.python.org/jython/rev/3c4adde9c083
> 
> ----------
> resolution: accepted -> fixed
> status: open -> pending
> 
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue2242>
> _______________________________________
msg9272 (view) Author: Jim Baker (zyasoft) Date: 2014-12-30.06:40:38
Paladiamors, Jython 2.7 has been a massive undertaking, but this is one of the last bug fixes I anticipate for a forthcoming beta 4. Maybe this week? (I hope!)
msg9296 (view) Author: Jim Baker (zyasoft) Date: 2015-01-04.19:07:06
Marking closed per earlier discussion on #jython
History
Date User Action Args
2015-01-04 19:07:06zyasoftsetstatus: pending -> closed
messages: + msg9296
2014-12-30 06:40:38zyasoftsetmessages: + msg9272
2014-12-30 05:02:15Paladiamorssetmessages: + msg9271
2014-12-29 07:02:49zyasoftsetstatus: open -> pending
resolution: accepted -> fixed
messages: + msg9270
2014-12-28 19:51:55zyasoftsetpriority: urgent
2014-12-28 19:51:45zyasoftsetassignee: zyasoft
2014-12-28 19:51:37zyasoftsetresolution: accepted
2014-12-28 19:37:52zyasoftsetnosy: + zyasoft
2014-12-28 14:29:41Paladiamorscreate