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 pierreglaser
Recipients pierreglaser, pitrou
Date 2019-05-20.20:00:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558382434.0.0.963288474875.issue36977@roundup.psfhosted.org>
In-reply-to
Content
The new multiprocessing.managers.SharedMemoryManager spawns a server that delivers memory segments to a parent Python process. If the parent process terminates unexpectedly, we should now make the manager process notice this termination it using the recent multiprocessing.parent_process object (that comes with a sentinel), and shut it down.
History
Date User Action Args
2019-05-20 20:00:34pierreglasersetrecipients: + pierreglaser, pitrou
2019-05-20 20:00:34pierreglasersetmessageid: <1558382434.0.0.963288474875.issue36977@roundup.psfhosted.org>
2019-05-20 20:00:33pierreglaserlinkissue36977 messages
2019-05-20 20:00:33pierreglasercreate