]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added check for broken poll on OSes where it exists but sets errno for
authorNicholas Bastin <nick.bastin@gmail.com>
Mon, 22 Mar 2004 20:20:33 +0000 (20:20 +0000)
committerNicholas Bastin <nick.bastin@gmail.com>
Mon, 22 Mar 2004 20:20:33 +0000 (20:20 +0000)
commiteeeca4ad07a8b49765fda685a585d9fdee8f81f6
tree4073e571e40984e07e0b4588d22df7ce52ec8e9a
parent07bc3a3db8fe55b597032363d8ead375abfa6ae1
Added check for broken poll on OSes where it exists but sets errno for
bad file descriptor.  Fixes SF Bug #850981
Modules/selectmodule.c
README
configure
configure.in
pyconfig.h.in