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 2021/06/28 20:32:14 UTC

[GitHub] [arrow] westonpace commented on a change in pull request #10609: ARROW-13187: [Python] Avoid creating reference cycle when reading CSV file

westonpace commented on a change in pull request #10609:
URL: https://github.com/apache/arrow/pull/10609#discussion_r660094335



##########
File path: python/pyarrow/error.pxi
##########
@@ -24,6 +24,9 @@ from contextlib import contextmanager
 import os
 import signal
 import threading
+import weakref

Review comment:
       Do you need weakref here?




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