Change by Alessandro Molina :
--
keywords: +patch
pull_requests: +18942
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19609
___
Python tracker
<https://bugs.python.org/issu
Alessandro Molina added the comment:
The issue seems fairly easy to fix, it's just a matter in consistency in usage
of self._Client attribute in the manager. I'm working on a PR that I'm willing
to propose for review once I have finished it
New submission from Alessandro Molina :
When a new `multiprocessing.managers.BaseManager` instance is made, the client
used to connect is not stable across the life of the object.
A very quick example to show that is
```
from unittest.mock import Mock
from multiprocessing.managers import
New submission from Alessandro Molina:
https://docs.python.org/3.6/howto/webservers.html#turbogears still mentions
"TurboGears 2 is based on the WSGI stack of another popular component-based web
framework, Pylons." which is not true anymore since TurboGears 2.3.0.
TurboGears switc