STINNER Victor <[email protected]> added the comment:
Pavel Kostyuchenko: > (...) The error seems to be caused not by those changes, but by lack of > synchronization in the multiprocessing.managers.Server. Pavel: would you mind to open a separated issue to suggest to add synchronization and/or avoid daemon thread in multiprocessing? The concurrent.futures module was recently modified to avoid daemon threads in bpo-39812. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33608> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
