https://bugs.kde.org/show_bug.cgi?id=389326

            Bug ID: 389326
           Summary: lambda function crashes background parser
           Product: kdev-python
           Version: 5.2.1
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
          Assignee: m...@svenbrauch.de
          Reporter: br...@derocher.org
                CC: m...@svenbrauch.de
  Target Milestone: ---

mkdir ve
virtualenv ve
cd ve
pip install pylint

Create a new project in KDevelop and watch it crash.

The root cause is in
ve/lib/python2.7/site-packages/pylint/test/functional/inherit_non_class.py,
line 24

class Bad1(lambda abc: 42): # [inherit-non-class]
    """ Can't inherit from lambda. """

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to