On Wed, May 3, 2017 at 2:04 PM, Iranna Mathapati
<iranna.gan...@gmail.com> wrote:
> how to share/access the " global returndict_st_FP,returndict_st_RP" target
> function variables acors the  main program..

You can share a dict using a Manager.

https://docs.python.org/3/library/multiprocessing.html#managers
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to