How to run a string using Python C API when limited api is used (Py_LIMITED_API)?

Hi there. What is the alternative to PyRun_String for limited python c api (Py_LIMITED_API macro defined)?
How to run a string or file?