Commits


Antoine Pitrou authored and David Li committed 47f6bc3976b
ARROW-15234: [Python] Fix crash with custom CSV invalid row handler The crash would happen at handler destruction if called from a non-Python thread that doesn't hold the GIL. Closes #12063 from pitrou/ARROW-15234-invalid-row-handler-crash Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: David Li <li.davidm96@gmail.com>