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 Pam.McANulty
Recipients Pam.McANulty, brett.cannon, davin, eric.snow, giampaolo.rodola, lukasz.langa, nascheme, osvenskan, pitrou, pmpp, rhettinger, ronaldoussoren, skrah, terry.reedy, xdegaye, yselivanov
Date 2019-05-08.18:11:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557339065.5.0.102474185102.issue35813@roundup.psfhosted.org>
In-reply-to
Content
Reviewing docs and am writing a queue implementation for usability testing.  I think ShareableList needs to support `close()` and `unlink()` directly.  The `.shm` attribute should be considered an _implementation_ detail, and not be exposed.
History
Date User Action Args
2019-05-08 18:11:05Pam.McANultysetrecipients: + Pam.McANulty, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, pitrou, osvenskan, giampaolo.rodola, skrah, pmpp, xdegaye, lukasz.langa, eric.snow, yselivanov, davin
2019-05-08 18:11:05Pam.McANultysetmessageid: <1557339065.5.0.102474185102.issue35813@roundup.psfhosted.org>
2019-05-08 18:11:05Pam.McANultylinkissue35813 messages
2019-05-08 18:11:05Pam.McANultycreate