
17 Feb
2005
17 Feb
'05
8:40 a.m.
On Thu, 2005-02-17 at 21:00 +0800, Tsai Li Ming wrote:
How serious is this bug? I'm particularly concern about twisted.web.server.
1. Servers don't open connections, so it's not relevant there.
2. It probably does not cause fd leaks, since python's gc will likely do that. close()ing explicitly is better, obviously.