-
Originally reported by: **Grzegorz Niewisiewicz (BitBucket: [grn](http://bitbucket.org/grn))**
---
pylint crashes on code that uses attributes of a `namedtuple`.
To reproduce do the following:
1. c…
-
Originally reported by: **Anonymous**
---
Since upgrading to astroid 1.2.0 pylint has been failing with an exception. Minimal test case:
```
#!python
from nose.tools import raises
@raises(Runtim…
-
Originally reported by: **Florian Bruhin (BitBucket: [The-Compiler](http://bitbucket.org/The-Compiler), GitHub: @The-Compiler?)**
---
After updating astroid from 1.3.8 to 1.4.0 and pylint from 1.4.4…
-
Originally reported by: **Mark Hamilton (BitBucket: [hamilmk](http://bitbucket.org/hamilmk))**
---
I'm using these versions of pylint, astroid, and python:
```
#!bash
% pylint --rcfile=/dev/null -…
-
pylint2 crashes when linting the following simple file
```
import daemon
a = daemon.DaemonContext()
```
Output:
```
Traceback (most recent call last):
File "/usr/bin/pylint2", line 9, in
loa…
-
Originally reported by: **Antony Lee (BitBucket: [anntzer](http://bitbucket.org/anntzer), GitHub: @anntzer?)**
---
Consider the following snippet:
```
#!python
from PyQt4.QtCore import *
Slot = py…
-
Originally reported by: **Steven Myint (BitBucket: [myint](http://bitbucket.org/myint), GitHub: @myint?)**
---
```
$ pylint --version
No config file found, using default configuration
pylint 1.2.1,
…
-
Originally reported by: **Luca Wehrstedt (BitBucket: [lerks](http://bitbucket.org/lerks), GitHub: @lerks?)**
---
With the following snippet:
```
#!python
from urlparse import urlsplit
urlsplit("").…
-
Originally reported by: **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: [PCManticore](http://github.com/PCManticore))**
---
Analyzing this project https://github.…
-
Originally reported by: **Brian Lane (BitBucket: [bcl](http://bitbucket.org/bcl), GitHub: [bcl](http://github.com/bcl))**
---
We have this bug report in Fedora - https://bugzilla.redhat.com/show_bug…