-
Originally reported by: **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: [PCManticore](http://github.com/PCManticore))**
---
Given the following code, pylint fails…
-
Originally reported by: **Claudiu Popa (BitBucket: [PCManticore](http://bitbucket.org/PCManticore), GitHub: @PCManticore)**
---
Analyzing https://pypi.python.org/pypi/ambry/0.3.420 gave the followin…
-
Originally reported by: **Antony Lee (BitBucket: [anntzer](http://bitbucket.org/anntzer), GitHub: @anntzer?)**
---
```
$ pip install --user --upgrade --no-deps -vvv hg+ssh://hg@bitbucket.org/logilab…
-
Originally reported by: **Anonymous**
---
Pylint throws an exception on the attached file.
```
#!python
Traceback (most recent call last):
File "/Users/fermigier/envs/core/bin/pylint", line 9, i…
-
Originally reported by: **Matt McCredie (BitBucket: [blarb](http://bitbucket.org/blarb), GitHub: @blarb?)**
---
Using:
```
> pylint --version
No config file found, using default configuration
pylin…
-
Originally reported by: **Julian O (BitBucket: [oddthinking](http://bitbucket.org/oddthinking), GitHub: @oddthinking?)**
---
Pylint 1.2 (astroid 1.1) is crashing when parsing my files. Pylint 1.1 (a…
-
Originally reported by: **Nicola Cocchiaro (BitBucket: [ncocchiaro](http://bitbucket.org/ncocchiaro), GitHub: @ncocchiaro?)**
---
Running pylint 1.2.0 on code that uses the gevent.Greenlet class lik…
-
Originally reported by: **Antony Lee (BitBucket: [anntzer](http://bitbucket.org/anntzer), GitHub: @anntzer?)**
---
The following pattern crashes pylint 1.0.0:
```
#!python
from collections import …
-
Originally reported by: **BitBucket: [sandrotosi](http://bitbucket.org/sandrotosi), GitHub: @sandrotosi?**
---
Hello,
this has been reported in Debian as http://bugs.debian.org/790905:
```
$ pylint…
-
Originally reported by: **Luca Wehrstedt (BitBucket: [lerks](http://bitbucket.org/lerks), GitHub: @lerks?)**
---
With the following snippet:
```
#!python
with open("") as a.b:
c.d()
c = No…