Richard Oudkerk <[email protected]> added the comment: The trivial patch of replacing exit() by sys.exit() caused manager processes to be terminated after a short timeout. (It is inconvenient that in Python there is no way for a non-main thread to request immediate shutdown of the process.)
This new patch makes the manager process shutdown cleanly. ---------- Added file: http://bugs.python.org/file25948/sys_exit.patch _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13841> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
