New submission from Pierre Glaser <pierregla...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36977>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to