https://bugs.kde.org/show_bug.cgi?id=392031
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kde | |v-python/864d2d70965e86b5b6 | |b73ab726b88fa07d064121 Status|UNCONFIRMED |RESOLVED --- Comment #2 from Francis Herne <m...@flherne.uk> --- Git commit 864d2d70965e86b5b6b73ab726b88fa07d064121 by Francis Herne, on behalf of Florent Viard. Committed on 20/03/2018 at 00:03. Pushed by flherne into branch '5.2'. Ensure that codestyle.py always returns something on stdout to unlock m_mutex. By returning only a "0" size on stdout, pythonstylechecking.cpp will see a "reply" and unlock the m_mutex. This avoids serious UI hangs when the stylechecker is enabled but `pycodestyle` is not installed. Differential Revision: https://phabricator.kde.org/D11474 M +2 -0 codestyle.py M +2 -0 pythonstylechecking.cpp https://commits.kde.org/kdev-python/864d2d70965e86b5b6b73ab726b88fa07d064121 -- You are receiving this mail because: You are watching all bug changes.