[issue13139] multiprocessing.map skips finally blocks

Daniel Wagner-Hall report at bugs.python.org
Sun Oct 9 23:37:39 CEST 2011


Daniel Wagner-Hall <dawagner at gmail.com> added the comment:

Explanation of behaviour at http://stackoverflow.com/questions/7700929/python-multiprocessing-map-if-one-thread-raises-an-exception-why-arent-other

tl;dr SIGTERM kills subprocesses and finally blocks aren't called.

I still consider this a bug, though

----------

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


More information about the Python-bugs-list mailing list