Open paultiq opened 1 month ago
This may be a dupe of https://github.com/apache/arrow/issues/42151, so just linking it for clarity.
I guess the question is just whether there's any hope to get this on the roadmap or whether it's in a long hold for Cython.
I opened https://github.com/cython/cython/issues/6445 on the Cython side asking more or less the same Q
Describe the enhancement requested
InterpreterPoolExecutor's are to be introduced in 3.14, and backported to 3.13 https://github.com/python/cpython/pull/124548, backport:
At present, pyarrow fails with: "ImportError: module pyarrow.lib does not support loading in subinterpreters"
See following example: TPE and PPE work, IPE does not.
Result:
Tested on pyarrow 18.0.0rc0 on 3.13 amd64 using the https://pypi.org/project/interpreters-pep-734/ backport which backports the InterpreterPoolExecutor to 3.13.
Component(s)
Python