Commits


Antoine Pitrou authored and GitHub committed dd962782eed
ARROW-17253: [Python] Detect iterator exception instead of crashing (#13764) When `pa.array` is given a generator that raises an exception, ensure the exception is correctly detected, even when an explicit size is also given. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>