FSharp.Interop.PythonProvider icon indicating copy to clipboard operation
FSharp.Interop.PythonProvider copied to clipboard

Hang when using from Visual Studio (lock contention)

Open ghost opened this issue 12 years ago • 1 comments

There is a hang (on the VS F# compiler thread) when using from Visual Studio - the Python.NET lock get contended somehow. Possibly an exception is being raised while constructing the type provider and the lock is not being released

ghost avatar Dec 16 '13 16:12 ghost

with VS2015 preview, is the thread still hanging?

AnneTheAgile avatar Feb 08 '15 18:02 AnneTheAgile