[Python-Dev] sock.close() not closing? (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu May 8 02:56:39 CEST 2008
- Previous message: [Python-Dev] GSoC Student Introduction, again
- Next message: [Python-Dev] [Python-checkins] r62848 - python/trunk/Objects/setobject.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bill Janssen wrote:
The HTTP client-side library calls "makefile" on the socket, then closes it, then passes the file returned from "makefile" on to application code to work with.
Seems to me we really need two different APIs for doing a makefile()-like operation, depending on whether you're expecting to get a copy of the file descriptor or not.
-- Greg
- Previous message: [Python-Dev] GSoC Student Introduction, again
- Next message: [Python-Dev] [Python-checkins] r62848 - python/trunk/Objects/setobject.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]