[New-bugs-announce] [issue36977] SharedMemoryManager should relase its resources when its parent process dies

Pierre Glaser report at bugs.python.org
Mon May 20 16:00:34 EDT 2019


New submission from Pierre Glaser <pierreglaser at msn.com>:

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.

----------
components: Library (Lib)
messages: 342948
nosy: pierreglaser, pitrou
priority: normal
severity: normal
status: open
title: SharedMemoryManager should relase its resources when its parent process dies

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36977>
_______________________________________


More information about the New-bugs-announce mailing list