[kdev-python] [Bug 403045] KDev-Python crashes when parsing Python 3.6 @dataclass definition with field() [Python::UseBuilder::contextAtOrCurrent]

2019-01-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=403045 --- Comment #2 from Francis Herne --- Even tinier example: `foo: Any = lambda x: 10` Cause is that contextAtOrCurrent() fails on the RHS of annotated assignments. The same crash occurs with a comprehension in place of the lambda. -- You are receivi

[kdev-python] [Bug 403045] KDev-Python crashes when parsing Python 3.6 @dataclass definition with field() [Python::UseBuilder::contextAtOrCurrent]

2019-01-09 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=403045 Francis Herne changed: What|Removed |Added CC||m...@flherne.uk Version|5.2.4

[kdev-python] [Bug 403045] KDev-Python crashes when parsing Python 3.6 @dataclass definition with field() [Python::UseBuilder::contextAtOrCurrent]

2019-01-09 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=403045 Kevin Funk changed: What|Removed |Added Assignee|kdevelop-bugs-n...@kde.org |m...@svenbrauch.de Component|general