[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-13 Thread Eric Blond
Changes by Eric Blond : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue5746> ___ ___ Python-bugs-list mailing list Unsubscri

[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-13 Thread Eric Blond
Eric Blond 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 speciali

[issue5746] socketserver problem upon disconnection (undefined member)

2009-04-12 Thread Eric Blond
New submission from Eric Blond : 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\s