https://bugs.kde.org/show_bug.cgi?id=410807
Rebecca Breu <rebe...@rbreu.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/1e447588703b64 | |bfbee5dfb258a58e3e590d4b2d Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #4 from Rebecca Breu <rebe...@rbreu.de> --- Git commit 1e447588703b64bfbee5dfb258a58e3e590d4b2d by Rebecca Breu. Committed on 02/09/2019 at 19:03. Pushed by rbreu into branch 'master'. BUG 410807: Python Scripter Debugger won't run (Linux) This fixes the issues on Linux. The 'yield from' syntax has been introduced in Python 3.3, so this won't run on older Python versions, including 2.x. According to https://vfxplatform.com/ we can drop Python 2 support in 2020, and Boud said to drop Python 2 support now in master, seeing how Krita 4.3 will come out the end of 2019 anyway. M +3 -3 plugins/python/scripter/debugger_scripter/debugger.py M +1 -1 plugins/python/scripter/ui_scripter/actions/debugaction/debugaction.py https://invent.kde.org/kde/krita/commit/1e447588703b64bfbee5dfb258a58e3e590d4b2d -- You are receiving this mail because: You are watching all bug changes.