[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2019-05-06 Thread Yongnan Wu
Yongnan Wu added the comment: pong -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2019-01-25 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +davin, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2019-01-17 Thread Yongnan Wu
Yongnan Wu added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2018-12-13 Thread Yongnan Wu
Yongnan Wu added the comment: pong -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2018-11-08 Thread Yongnan Wu
Yongnan Wu added the comment: ping -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2018-09-25 Thread Yongnan Wu
New submission from Yongnan Wu : 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. --

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2018-09-21 Thread Yongnan Wu
Change by Yongnan Wu : -- keywords: +patch pull_requests: +8889 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34766] BaseProxy cache should be cleaned when Manager client is reconnected

2018-09-21 Thread Yongnan Wu
Change by Yongnan Wu : -- components: Library (Lib) nosy: wynfred priority: normal severity: normal status: open title: BaseProxy cache should be cleaned when Manager client is reconnected type: behavior versions: Python 2.7, Python 3.6, Python 3.7