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 wynfred
Recipients wynfred
Date 2018-09-25.18:41:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537900896.87.0.545547206417.issue34766@psf.upfronthosting.co.za>
In-reply-to
Content
BaseProxy class in multiprocessing has an internal cache _address_to_local that is only cleaned when Manager server gets shutdown. If a Manager is used as client, the cache should to be cleaned when a new connection is created by Manager.
History
Date User Action Args
2018-09-25 18:41:36wynfredsetrecipients: + wynfred
2018-09-25 18:41:36wynfredsetmessageid: <1537900896.87.0.545547206417.issue34766@psf.upfronthosting.co.za>
2018-09-25 18:41:36wynfredlinkissue34766 messages
2018-09-25 18:41:36wynfredcreate