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 nemeskeyd
Recipients Lorenzo Persichetti, docs@python, nemeskeyd, pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-07.09:03:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565168636.78.0.16449865165.issue35786@roundup.psfhosted.org>
In-reply-to
Content
OK, actually: trying to create a multiprocessing.Value object and sharing it between a Pool of processes results in "RuntimeError: Synchronized objects should only be shared between processes through inheritance". So the only way seems to be through a Manager, but its Value() is of a different class?
History
Date User Action Args
2019-08-07 09:03:56nemeskeydsetrecipients: + nemeskeyd, paul.moore, tim.golden, docs@python, zach.ware, steve.dower, pablogsal, Lorenzo Persichetti
2019-08-07 09:03:56nemeskeydsetmessageid: <1565168636.78.0.16449865165.issue35786@roundup.psfhosted.org>
2019-08-07 09:03:56nemeskeydlinkissue35786 messages
2019-08-07 09:03:56nemeskeydcreate