Diffusion Krita 4fd16ad8cada

BUG 410807: Python Scripter Debugger won't run (Linux) This fixes the issues on…

Authored by rbreu on Aug 31 2019, 9:32 AM.

Description

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.

BUG:410807

Details

Committed
remptSep 10 2019, 8:25 AM
Parents
R37:0f00ae703c85: Fix sort order of frames with simple naming scheme
Branches
Unknown
Tags
Unknown
rbreu added a comment.Sep 10 2019, 8:36 AM

Should this really go into the 4.2 branch, seeing that it breaks compatibility with Python 2?