fsprojects / FSharp.Interop.PythonProvider

Early experimental F# type provider for python
http://fsprojects.github.io/FSharp.Interop.PythonProvider/
Other
42 stars 12 forks source link

Hang when using from Visual Studio (lock contention) #2

Open ghost opened 10 years ago

ghost commented 10 years ago

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

AnneTheAgile commented 9 years ago

with VS2015 preview, is the thread still hanging?