Hi, 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 ? -- Sylvain Thénault LOGILAB, Paris (France) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects