[issue13139] multiprocessing.map skips finally blocks

Terry J. Reedy report at bugs.python.org
Sat Oct 15 00:48:17 CEST 2011


Terry J. Reedy <tjreedy at udel.edu> added the comment:

One might ask why an Exception in one process kills all in the Pool. Perhaps multiprocessing emulates threading too closely.
Perhaps it is assumed that if one is bad, all are. Jesse?

----------
nosy: +jnoller, terry.reedy
versions:  -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13139>
_______________________________________


More information about the Python-bugs-list mailing list