Closed tuffnatty closed 3 months ago
I am not sure why CodeFactor reports additional code complexity in scriptingpython.cpp (no line number). Yes, there is a preprocessor-generated function body with lots of if
s, but it's in another module, dynamicapythonapi.cpp.
General comment - it's an awesome improvement!
Added some cosmetic braces and comments.
This PR is assumed to be applied on top of #5047 and #5048.
It adds support for runtime binding to Python library configured by user. It also adds some needed UI features.
Tested on: MacOS 10.14, Python SDK 3.4–3.13, Python library 2.7–3.13. Fixes: #4662.