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 davin
Recipients davin, jgschaefer
Date 2017-05-16.15:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494947475.05.0.0866837368256.issue30379@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe I missed your point but why would you not want to do this instead?

>>> mp.Array(ctypes.c_int8, arr)
<SynchronizedArray wrapper for <multiprocessing.sharedctypes.c_byte_Array_10 object at ...>>
History
Date User Action Args
2017-05-16 15:11:15davinsetrecipients: + davin, jgschaefer
2017-05-16 15:11:15davinsetmessageid: <1494947475.05.0.0866837368256.issue30379@psf.upfronthosting.co.za>
2017-05-16 15:11:15davinlinkissue30379 messages
2017-05-16 15:11:14davincreate