pitrou opened a new pull request, #14704: URL: https://github.com/apache/arrow/pull/14704
Initialization order of module globals is undefined. In a particular case, the IO thread pool would first be instantiated, registering an at-fork handler. Then, only after, the at-fork handlers would be initialized, losing the handler registered just before. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org