pitrou commented on code in PR #44047:
URL: https://github.com/apache/arrow/pull/44047#discussion_r1756853397
##########
python/pyarrow/src/arrow/python/helpers.cc:
##########
@@ -292,7 +292,11 @@ bool PyFloat_IsNaN(PyObject* obj) {
namespace {
+#ifdef Py_GIL_DISABLED
Review Comment:
Aha, good catch. Can you add a comment then?
--
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]