CurtHagenlocher opened a new issue, #41397: URL: https://github.com/apache/arrow/issues/41397
### Describe the bug, including details regarding any error messages, version, and platform. Importing pyarrow into PythonNET seems to trigger a stack overflow. At first it seemed that this was triggered by the move to .NET 8 but the failure can be repro'd locally against the maint-15.0.0 branch (which uses 7.0) so there's clearly something else going on. ``` The active test run was aborted. Reason: Test host process crashed : Stack overflow. at Python.Runtime.Runtime.PyImport_ImportModule(System.String) at Python.Runtime.PyModule.Import(System.String) at Python.Runtime.Py.Import(System.String) at Apache.Arrow.Tests.CDataSchemaPythonTest.ImportRecordBatchFromBuffer() at System.RuntimeMethodHandle.InvokeMethod(System.Object, Void**, System.Signature, Boolean) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(System.Object, System.Reflection.BindingFlags) at Xunit.Sdk.TestInvoker`1[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].CallTestMethod(System.Object) ``` ### Component(s) C# -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org