Summary: | KDevelop crach after import twisted.internet.ssl | ||
---|---|---|---|
Product: | [Developer tools] kdev-python | Reporter: | Alexandr Zamaraev (aka Tonal) <tonal.promsoft> |
Component: | Language support | Assignee: | Sven Brauch <mail> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.4.0 / 1.4.1 (stable) | ||
Target Milestone: | 1.6.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdev-python/257bcbba297de43da726893d9016f41f39de23ec | Version Fixed In: | |
Sentry Crash Report: |
Description
Alexandr Zamaraev (aka Tonal)
2013-04-29 05:46:55 UTC
Git commit 257bcbba297de43da726893d9016f41f39de23ec by Sven Brauch. Committed on 29/04/2013 at 11:44. Pushed by brauch into branch '1.5'. Don't visit decorators and base classes twice This led to crashes because the second turn was done within the class context. M +4 -5 duchain/declarationbuilder.cpp M +5 -0 duchain/tests/pyduchaintest.cpp http://commits.kde.org/kdev-python/257bcbba297de43da726893d9016f41f39de23ec How about bakport to 1.4 branch? Git commit c21e6c782a42328ce59aeddd928be8d08c62ceb6 by Sven Brauch. Committed on 29/04/2013 at 11:44. Pushed by brauch into tag 'v1.4.2'. Don't visit decorators and base classes twice Backported to 1.4 for 1.4.2 release This led to crashes because the second turn was done within the class context. Conflicts: duchain/tests/pyduchaintest.cpp M +4 -5 duchain/declarationbuilder.cpp M +7 -1 duchain/tests/pyduchaintest.cpp http://commits.kde.org/kdev-python/c21e6c782a42328ce59aeddd928be8d08c62ceb6 |