Sep-19-2023, 08:53 AM
I'd like to translate a Python/C++ project to the stable ABI. The project uses PyRun_String to exec/eval a literal string in Python. That function is not part of the stable ABI. Is there a recommended workaround?
