[Python-bugs-list] [ python-Bugs-454307 ] select.select locks up IDE

noreply@sourceforge.net noreply@sourceforge.net
Wed, 22 Aug 2001 11:42:16 -0700


Bugs item #454307, was opened at 2001-08-22 11:42
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=454307&group_id=5470

Category: Macintosh
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Emanon Adespoton (emanon)
Assigned to: Jack Jansen (jackjansen)
Summary: select.select locks up IDE

Initial Comment:
Running Medusa with int->long patches etc., calls to 
select.select (polling mode) lock up server computer 
until data is sent to the listening port.  AFAIK, 
select was designed to get around such behaviour.
Also, when select.select is running, there is no way 
to halt the process when in debug mode; the only way 
to stop the code from running is to cmd-ctrl-esc out 
of the IDE.
This was tried under MacOS 9.1 using MacPython 2.1.1.

The same code runs fine on WinPython 2.1.1.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=454307&group_id=5470