We (Microsoft Fabric) use pythonet in the context of Fabric notebooks to interop with our existing .NET libraries. The threading wiki suggests releasing the GIL from C#, but we're not writing new C# code, just calling existing libraries, and these libraries never call back into python.
Would it be possible to have an option to ask pythonnet to relase the GIL before calling a .NET method?