This must be done after #1365
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.
This must be done after #1365
When clr module is loading
Python.Runtime.dllfor the first time, it must setRuntime.PythonDLLto 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 Testsstep of GitHub CI.