[issue40307] multiprocessing.BaseManager does not retain Client type.

2020-04-19 Thread Alessandro Molina
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

[issue40307] multiprocessing.BaseManager does not retain Client type.

2020-04-16 Thread Alessandro Molina
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 and wrote tests

[issue40307] multiprocessing.BaseManager does not retain Client type.

2020-04-16 Thread Alessandro Molina
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

[issue26497] Documentation - HOWTO Use Python in the web paragraph on TurboGears still mentions it's based on Pylons

2016-03-06 Thread Alessandro Molina
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