[Python-bugs-list] select module: Bug in select.select() (PR#365)
r32813@email.sps.mot.com
r32813@email.sps.mot.com
Wed, 21 Jun 2000 12:38:15 -0400 (EDT)
Full_Name: Wah Meng Wong
Version: 1.5.2
OS: AIX 4.3.1
Submission from: (NULL) (202.135.119.100)
The python 1.5.2 built on AIX 4.3.1.0 platform created a coredump when
this command was run:-
select.select(waitList, [], [], timeWait)
This command worked fine in Python 1.5.1 build and also fine on Python
1.5.2 built on HP 10.2. It just didn't work in AIX 4.3.1.0 build on
2 AIX machines that we have.