[issue6766] Cannot modify dictionaries inside dictionaries using Managers from multiprocessing

Darío Suárez Gracia report at bugs.python.org
Wed Apr 13 10:59:35 CEST 2011


Darío Suárez Gracia <dario.suarez at telefonica.net> added the comment:

Hello,
Trying to share a dictionary of dictionaries of lists with a manager I get the same problem with the patch applied in Python 2.7 (r27:82500, Nov 24 2010, 18:24:29) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2.

The shared variable in results and what I'm trying to do is simultaneously parsing multiple files.

The quality of the code is not very good because I'm a newbie python programmer.

Best regards,
Darío

----------
nosy: +dariosg
Added file: http://bugs.python.org/file21646/test_dict_dict_arrays.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6766>
_______________________________________


More information about the Python-bugs-list mailing list