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-23.18:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550945305.2.0.0764057493443.issue35813@roundup.psfhosted.org>
In-reply-to
Content
> Side note: I’m the author of the sysv_ipc package you found, as well as the posix_ipc package.

Sorry, I didn't realize it was you.

> Not true.  A manager started by one process can be connected to by another process that is not a child.  This is covered in the docs here:  https://docs.python.org/3/library/multiprocessing.html#using-a-remote-manager 

Ah nice! OK then. With this + Philip's explanation on why shmat()/shmdt() are not needed I guess I ran out of API-related complaints now. =)
History
Date User Action Args
2019-02-23 18:08:25giampaolo.rodolasetrecipients: + giampaolo.rodola, brett.cannon, nascheme, rhettinger, terry.reedy, ronaldoussoren, pitrou, osvenskan, skrah, pmpp, lukasz.langa, eric.snow, yselivanov, davin
2019-02-23 18:08:25giampaolo.rodolasetmessageid: <1550945305.2.0.0764057493443.issue35813@roundup.psfhosted.org>
2019-02-23 18:08:25giampaolo.rodolalinkissue35813 messages
2019-02-23 18:08:25giampaolo.rodolacreate