New submission from Michael L. Boom <[email protected]>: 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 <[email protected]> <https://bugs.python.org/issue41869> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
