#2465: M2Crypto SSLServer subclassing problem [rejected]
#2465 - latest update on 2007/02/19, created on 2006/10/13
| priority | minor |
| type | bug |
| cost | not specified |
Running pylint on code that subclasses M2Crypto's SSLServer class
causes it to complain about "access to undefined member" for member
data and functions that are defined through inheritance. This causes
errors to be logged for code that was previously reported clean.
One of the errors that is reported is:
Component.py:220: [E, Component.serve_forever] Access to undefined member 'handle_request'
| | |
| open | rejected | this is usually because the module in which a parent class is defined can't be found. I reject this one at least until a more useable test case is submitted.
| 2007/02/19 |