Comment 23 for bug 356281

Revision history for this message
In , Simon McVittie (smcv) wrote :

(In reply to comment #4)
> I am thinking maybe the server.c or Server.py has the same problem.

Good thinking, but actually no: Server.__init__ doesn't chain up to _Server's tp_init (and hence object.__init__).

However, Server use will provoke the same warning whenever a Server instantiates a Connection (is that what you meant?)