You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clr module is loading Python.Runtime.dll for the first time, it must set Runtime.PythonDLL to the name (and preferably - full path to) the dynamic library, that provides Python C APIs (e.g. PyDictProxy_New).
This will allow to remove the workaround in Python Tests step of GitHub CI.