This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hannahbusshoff
Recipients eric.smith, hannahbusshoff
Date 2021-02-10.14:48:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612968492.83.0.0732595645729.issue43191@roundup.psfhosted.org>
In-reply-to
Content
Hi Eric,

Thanks for your quick reply. The numpy operation was only an attempt to serialize the nested list and make it available as a shared memory object.  As is written in the documentation, the SharedList() does not take nested lists as an input. 

I posed the question as well on Stackoverflow with a slightly longer example. Feel free to check it out: https://stackoverflow.com/questions/66138235/multiprocessing-with-array-of-objects-in-shared-memory. 

Thanks again. 

Cheers, 

Hannah
History
Date User Action Args
2021-02-10 14:48:12hannahbusshoffsetrecipients: + hannahbusshoff, eric.smith
2021-02-10 14:48:12hannahbusshoffsetmessageid: <1612968492.83.0.0732595645729.issue43191@roundup.psfhosted.org>
2021-02-10 14:48:12hannahbusshofflinkissue43191 messages
2021-02-10 14:48:12hannahbusshoffcreate