Comment 24 for bug 356281

Revision history for this message
In , Peng Huang (shawn-p-huang) wrote :

(In reply to comment #6)
> (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?)
>

In commnet #2, you don't think removing __init__ in connection.py is a right solution, but the Server.py does not call __init__ too, and it avoids the same problem. I mean maybe it is better to avoid the same problem by same solution.