[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2021-12-13 Thread Bar Harel
Change by Bar Harel : -- keywords: +patch pull_requests: +28307 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/30086 ___ Python tracker

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2021-12-09 Thread Bar Harel
Bar Harel added the comment: It's technically not a bug as it is not exposed externally, but I concur with the OP that it shouldn't happen. I'll send a fix either way, and from there we will continue asking if _Server should be exposed or not. -- nosy: +bar.harel versions: +Python

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2016-05-01 Thread ppperry
ppperry added the comment: You're working with non-documented internal components of the python standard library with names that start with an underscore. I think that this is not a bug in python, but instead a consequence of mucking with internals that weren't designed to be mucked with.

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2016-04-29 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2016-04-29 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy nosy: +berker.peksag, davin stage: -> needs patch versions: +Python 3.6 -Python 3.4 ___ Python tracker

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2014-06-28 Thread Richard Oudkerk
Changes by Richard Oudkerk shibt...@gmail.com: -- assignee: - sbt ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10850 ___ ___ Python-bugs-list

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2014-06-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we have a response to this please. -- components: +Extension Modules -None nosy: +BreamoreBoy, sbt versions: +Python 2.7, Python 3.4, Python 3.5 -Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2011-01-07 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +asksol, jnoller ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10850 ___ ___ Python-bugs-list mailing

[issue10850] inconsistent behavior concerning multiprocessing.manager.BaseManager._Server

2011-01-06 Thread chrysn
New submission from chrysn chr...@fsfe.org: The multiprocessing.manager.BaseManager class has a class property called _Server, defaulting to multiprocessing.manager.Server, that is used in the ._run_server method (typically invoked via .run()) to determine the class of the server that is to