[issue32485] Multiprocessing dict sharing between forked processes

Tal Einat report at bugs.python.org
Thu Nov 8 11:28:40 EST 2018


Tal Einat <taleinat at gmail.com> 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 <report at bugs.python.org>
<https://bugs.python.org/issue32485>
_______________________________________


More information about the Python-bugs-list mailing list