[New-bugs-announce] [issue41869] Multiprocessing Manager Object Cleanup

Michael L. Boom report at bugs.python.org
Sat Sep 26 21:06:35 EDT 2020


New submission from Michael L. Boom <mikeboom at mikeboom.com>:

I have a program that is running a multiprocessing manager.  Other programs connect and get proxies for objects.  If those programs close cleanly, the destructor in the multiprocessing manager for the corresponding object gets called.  If I kill that program, the destructor never gets called.  This is a serious problem as I can’t cleanup resources in this case.

----------
components: Library (Lib)
messages: 377551
nosy: boom0192
priority: normal
severity: normal
status: open
title: Multiprocessing Manager Object Cleanup
type: behavior
versions: Python 3.9

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


More information about the New-bugs-announce mailing list