[issue32485] Multiprocessing dict sharing between forked processes

2018-01-03 Thread André Neto
André Neto <andre.c.n...@gmail.com> added the comment: You are right, it does not segfault (sorry for the abuse of language). It raises an exception while accessing the shared dictionary. The exception varies but typically is: Traceback (most recent call last): File "multipr

[issue32485] Multiprocessing dict sharing between forked processes

2018-01-03 Thread André Neto
New submission from André Neto <andre.c.n...@gmail.com>: I'm working on a project where I need to share state between several processes (forked using gunicorn). I'm using dictionaries obtained from a multiprocessing SyncManager to achieve this. The issue is that if I have multiple