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 giampaolo.rodola
Recipients brett.cannon, davin, eric.snow, giampaolo.rodola, lukasz.langa, nascheme, osvenskan, pitrou, pmpp, rhettinger, ronaldoussoren, skrah, terry.reedy, yselivanov
Date 2019-02-22.11:14:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550834083.65.0.827745964392.issue35813@roundup.psfhosted.org>
In-reply-to
Content
Code looks much better now. I'm still not convinced "SharedMemory(name=None, create=False, size=0)" is the best API. How are you supposed to "create or attach" atomically? You can do that with O_EXCL but as it stands this is not togglable via the API.

Also, could you address my comment about size?
https://bugs.python.org/issue35813#msg335731
History
Date User Action Args
2019-02-22 11:14:43giampaolo.rodolasetrecipients: + giampaolo.rodola, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, pitrou, osvenskan, skrah, pmpp, lukasz.langa, eric.snow, yselivanov, davin
2019-02-22 11:14:43giampaolo.rodolasetmessageid: <1550834083.65.0.827745964392.issue35813@roundup.psfhosted.org>
2019-02-22 11:14:43giampaolo.rodolalinkissue35813 messages
2019-02-22 11:14:43giampaolo.rodolacreate