Re: shared dictionary of dictionaries with Manager

2011-04-22 Thread Dan Stromberg
2011/4/21 Darío Suárez Gracia > Hi all, > I was trying to share a dictionary of dictionaries of arrays with Manager > from multiprocessing. Without multiprocessing the code works perfectly, but > with the current example the last print does not show the correct result. > It appears that if you p

shared dictionary of dictionaries with Manager

2011-04-21 Thread Darío Suárez Gracia
Hi all, I was trying to share a dictionary of dictionaries of arrays with Manager from multiprocessing. Without multiprocessing the code works perfectly, but with the current example the last print does not show the correct result. Any hint? Thanks, Darío Suárez#!/usr/local/bin/python2.7