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 boom0192
Recipients boom0192
Date 2020-09-27.01:06:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601168795.22.0.608352680719.issue41869@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-09-27 01:06:35boom0192setrecipients: + boom0192
2020-09-27 01:06:35boom0192setmessageid: <1601168795.22.0.608352680719.issue41869@roundup.psfhosted.org>
2020-09-27 01:06:34boom0192linkissue41869 messages
2020-09-27 01:06:34boom0192create