blob: 5ea6808390e737f808685134355b0fb2f181ea40 [file] [log] [blame]
Fixed a bug in pools in multiprocessing.pool that raising an exception at
the very first of an iterable may swallow the exception or make the program
hang. Patch by Davin Potts and Xiang Zhang.