emkornfield commented on a change in pull request #12753:
URL: https://github.com/apache/arrow/pull/12753#discussion_r838711586



##########
File path: cpp/src/arrow/python/arrow_to_pandas.cc
##########
@@ -371,7 +371,7 @@ class PandasWriter {
       return Status::OK();
     }
     PyAcquireGIL lock;
-
+    internal::InitPandasStaticData();

Review comment:
       It wasn't entirely clear to me if the GIL would always be held there?  
I'll try to make the change.




-- 
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]


Reply via email to