rtpsw commented on PR #34156: URL: https://github.com/apache/arrow/pull/34156#issuecomment-1434276173
> Static locals should fix cython. Initialization is no longer a global thing and has nothing to do with header order. The fields will be initialized the first time `default_extension_provider` is called. So there is no way for cython to mess it up. I used your code but, unfortunately, I'm still seeing the same SIGSEGV due to an improperly initialized `extension_provider` member of `ConversionOptions`. How about combining both your and my changes? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
