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 bjs
Recipients bjs, davin, mental, pierreglaser, pitrou
Date 2019-07-29.10:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564397432.3.0.455478181594.issue37652@roundup.psfhosted.org>
In-reply-to
Content
It would be nice to get davin to clarify the API for this module.

What are the use cases for SharedMemory and ShareableList? 
Are you supposed to ever use a raw SharedMemory buffer directly?
What atomicity guarantees are there for ShareableList operations and read/write to the SharedMemory buffer?
History
Date User Action Args
2019-07-29 10:50:32bjssetrecipients: + bjs, pitrou, davin, pierreglaser, mental
2019-07-29 10:50:32bjssetmessageid: <1564397432.3.0.455478181594.issue37652@roundup.psfhosted.org>
2019-07-29 10:50:32bjslinkissue37652 messages
2019-07-29 10:50:32bjscreate