|
pylint #112698 Non-inferable __all__ and non-string objects in __all__ make pylint crash [validation pending]
If __all__ cannot be inferred, pylint crashes.
Example:
__all__ = sorted(['a', 'b', 'c'])
If __all__ contains a non-string object, pylint crashes.
Example:
__all__ = [SomeFunction]
| | priority | normal |
|---|
| type | bug |
|---|
| appeared in | <not specified> |
|---|
| done in | <not specified> |
|---|
| load left | 0.000 |
|---|
| closed by | #867:6b0b9f368d6d |
|---|
Workflow history| from state (2) | to state | comment | date | User |
| done | validation pending | | 2013/04/17 21:29 | sthenault |
| open | done | | 2013/01/08 19:35 | |
|