pitrou commented on PR #47616: URL: https://github.com/apache/arrow/pull/47616#issuecomment-3375981142
The manylinux free-threaded build [prints this](https://github.com/ursacomputing/crossbow/actions/runs/18303447586/job/52115609507#step:9:2458): ``` ++ is_free_threaded ++ python -c 'import sysconfig; print('\''ON'\'' if sysconfig.get_config_var('\''Py_GIL_DISABLED'\'') else '\''OFF'\'')' + '[' ON = ON ']' Regular Python build detected + '[' 3.14 = 3.13 ']' + echo 'Regular Python build detected' ``` -- 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]
