Message336294
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 |
|
Date |
User |
Action |
Args |
2019-02-22 11:14:43 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, pitrou, osvenskan, skrah, pmpp, lukasz.langa, eric.snow, yselivanov, davin |
2019-02-22 11:14:43 | giampaolo.rodola | set | messageid: <1550834083.65.0.827745964392.issue35813@roundup.psfhosted.org> |
2019-02-22 11:14:43 | giampaolo.rodola | link | issue35813 messages |
2019-02-22 11:14:43 | giampaolo.rodola | create | |
|