You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/30 15:57:06 UTC

[GitHub] [arrow] emkornfield commented on a change in pull request #12753: ARROW-15783: [Python] Initialize static pandas data on write

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org