This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients christian.heimes, panzi, pitrou
Date 2012-11-09.21:28:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352496458.3494.0.camel@localhost.localdomain>
In-reply-to <1352496062.15.0.535449315055.issue9156@psf.upfronthosting.co.za>
Content
> 2 threads:
>  1. A server thread waiting for clients, maybe spawning even more
> threads for each connection.
>  2. A small shell thread reading commands from stdin. When "quit" is
> read it closes the server socket, which shuts down the server (the
> server thread just notices that the socket was closed and shuts down
> properly).

You're originally talking about socket._fileobject. I don't see what
that has to do with a listening socket being closed ("a server thread
waiting for clients").
History
Date User Action Args
2012-11-09 21:28:13pitrousetrecipients: + pitrou, christian.heimes, panzi
2012-11-09 21:28:13pitroulinkissue9156 messages
2012-11-09 21:28:13pitroucreate