[Python-3000] socket GC worries (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Oct 28 22:56:55 CET 2007


Bill Janssen wrote:

that whole mess of code is a good argument for not exposing the fileno in Python

Seems to me that a socket should already be a file, so it shouldn't need a makefile() method and you shouldn't have to mess around with filenos.

-- Greg



More information about the Python-3000 mailing list