[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-13 Thread Victor Godoy Poluceno
Victor Godoy Poluceno victorpoluc...@gmail.com added the comment: Can you provide a small example of this error? This problem seems only occurer when a subclass of socketserver.StreamRequestHandler provide a blank method setup. In your log error: AttributeError: 'RequestHandler' object has

[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-13 Thread Eric Blond
Eric Blond ebl...@tiscali.co.uk added the comment: That's it actually. I forgot to call base class' setup() method when I redefined it in my subclass. When I properly call StreamRequestHandler.setup() on my derived class' setup(), everything works fine. I'm not a socketserver specialist, but

[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-13 Thread Eric Blond
Changes by Eric Blond ebl...@tiscali.co.uk: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5746 ___ ___ Python-bugs-list

[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-13 Thread Benjamin Peterson
Changes by Benjamin Peterson benja...@python.org: -- resolution: - invalid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5746 ___ ___

[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-12 Thread Eric Blond
New submission from Eric Blond ebl...@tiscali.co.uk: Here's the traceback I got: === s.serve_forever() Exception happened during processing of request from ('127.0.0.1', 54611) Traceback (most recent call last): File C:\Python30\lib\socketserver.py,