Commits


Lubo Slivka authored and GitHub committed 8d1863a76ea
GH-34731: [Python] Release GIL when creating RecordBatchReader (#34732) ### Rationale for this change See #34731 ### What changes are included in this PR? Wrap existing call that creates RBR in `with nogil:` context ### Are these changes tested? No new tests. ### Are there any user-facing changes? No * Closes: #34731 Authored-by: lupko <lubomir.slivka@gooddata.com> Signed-off-by: David Li <li.davidm96@gmail.com>