amoeba commented on issue #38519:
URL: https://github.com/apache/arrow/issues/38519#issuecomment-2347982315
Hrm. Of course it's now working as expected. i.e., I have source code
mapping to PyArrow C++ source:
```
* thread #1, name = 'python', stop reason = breakpoint 1.1
frame #0: 0x00007ffff6ad8b3b
libarrow_python.so`arrow::py::ConvertPySequence(obj=0x00007fffec16c6c0,
mask=0x000000000095bcc0, options=PyConversionOptions @ 0x00007fffffffcf80,
pool=0x00007ffff631e280) at python_to_arrow.cc:1233:16
1230 Result<std::shared_ptr<ChunkedArray>> ConvertPySequence(PyObject*
obj, PyObject* mask,
1231
PyConversionOptions options,
1232 MemoryPool*
pool) {
-> 1233 PyAcquireGIL lock;
1234
1235 PyObject* seq = nullptr;
1236 OwnedRef tmp_seq_nanny;
```
--
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]