[Python-Dev] timeout options in high-level networking modules (original) (raw)
Akradiusz Miskiewicz arekm at pld-linux.org
Thu Dec 22 22:34:44 CET 2005
- Previous message: [Python-Dev] timeout options in high-level networking modules
- Next message: [Python-Dev] timeout options in high-level networking modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Charles Cazabon wrote:
It might also be nice if the modules that rely on blocking mode being set on sockets (basically anything using socket.ssl()) actually explicitly set that first. Right now, if you do socket.setdefaulttimeout() to a non-None value and then try to use anything that does SSL (poplib, imaplib), the connections will quickly die. There is a patch for that in python patch tracking system. Just someone needs to recheck it and apply.
Charles
- Previous message: [Python-Dev] timeout options in high-level networking modules
- Next message: [Python-Dev] timeout options in high-level networking modules
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]