2011-11-11 11:24:03 Sylvain Thénault napisał(a):
> On 19 octobre 18:34, Arfrever Frehtes Taifersar Arahesis wrote:
> > This exception does not occur with Python 2.
> > I use logilab-common 0.57.0, logilab-astng 0.23.0 and pylint 0.25.0.
> > 
> > $ cat test.py
> > try:
> >     from pickle import PickleError
> > except ImportError:
> >     from nonexistent import PickleError
> > 
> > try:
> >     pass
> > except PickleError:
> >     pass
> > $ pylint-3.2 test.py
> > No config file found, using default configuration
> > ************* Module test
> > C:  1,0: Missing docstring
> > F:  4,4: Unable to import 'nonexistent'
> > Traceback (most recent call last):
> [snip]
> >   File "/usr/lib64/python3.2/site-packages/logilab/astng/node_classes.py", 
> > line 42, in unpack_infer
> >     infered = next(stmt.infer(context))
> > TypeError: _Yes object is not an iterator
> 
> would you please file a ticket for this pb ?

I have reported:
https://www.logilab.org/ticket/83749

-- 
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to