robertwb commented on PR #32112: URL: https://github.com/apache/beam/pull/32112#issuecomment-2276763308
Good call. I did take a pass over the pxd files, but forgot about the nogil caveat. Looks like we don't use that much, but added the one case I found. (Most of the time we were either explicitly using except or returning a Python object, and even where not it's numeric so should be fast.) -- 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]
