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

--- Comment #3 from Sven Brauch <m...@svenbrauch.de> ---
Ah, meh. I only now understand the issue, it is very simple. Using return
outside a function or class crashes because it does not have an enclosing
function or class context. In earlier Python versions this was a syntax error,
so I never had to handle this case, but apparently they changed it to be only a
semantic error now. I'll fix it.

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

Reply via email to