Studer Gabriel
authored
Python interpreter in DNG uses the parser module to identify simple one line expressions. That module is gone in Python 3.10. Functionality gets replaced by the builtin compile function.
Python interpreter in DNG uses the parser module to identify simple one line expressions. That module is gone in Python 3.10. Functionality gets replaced by the builtin compile function.