Tal Einat <[email protected]> added the comment:
Is this supposed to work at all? Does multiprocessing support sharing resources between processes forked outside of its own abstractions? Reading the docs[1], calling os.fork() directly doesn't seem to be the way that the multiprocessing module is supposed to be used. [1] https://docs.python.org/library/multiprocessing.html ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32485> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
