diff options
author | Guido van Rossum <guido@python.org> | 2002-06-06 21:51:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-06-06 21:51:01 (GMT) |
commit | be946bfea7acfeeb0a8bbb01faca117230df17d5 (patch) | |
tree | 51e5fa1e117ba8af5fb79ad2e3e5d69e834b8cce /Python/sysmodule.c | |
parent | 15699055e9cb0929fa749aa7e3e3b5ec084121c6 (diff) | |
download | cpython-be946bfea7acfeeb0a8bbb01faca117230df17d5.zip cpython-be946bfea7acfeeb0a8bbb01faca117230df17d5.tar.gz cpython-be946bfea7acfeeb0a8bbb01faca117230df17d5.tar.bz2 |
SF patch 555085 (timeout socket implementation) by Michael Gilfix.
I've made considerable changes to Michael's code, specifically to use
the select() system call directly and to store the timeout as a C
double instead of a Python object; internally, -1.0 (or anything
negative) represents the None from the API.
I'm not 100% sure that all corner cases are covered correctly, so
please keep an eye on this. Next I'm going to try it Windows before
Tim complains.
No way is this a bugfix candidate. :-)
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions