-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
With the update to delay the load of the runtime from 0.25 to 0.26 a deadlock occurs with following code
import pythonnet
pythonnet.set_runtime("coreclr")
pythonnet.set_runtime("coreclr")
This is explicit a problem of the core clr. We did not see that with .NET FF.
We tracked it down to
clr-loader/clr_loader/hostfxr.py
Line 135 in a88b6a1
res = dll.hostfxr_initialize_for_runtime_config( |
this function deadlocks the second time called if
clr-loader/clr_loader/hostfxr.py
Line 146 in a88b6a1
res = dll.hostfxr_get_runtime_delegate( |
was not called before.
Metadata
Metadata
Assignees
Labels
No labels