[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2014-06-29 Thread Berker Peksag
Berker Peksag added the comment: This has already been fixed in c2910971eb86 (see issue 3518). -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2014-06-27 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-b

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2010-11-20 Thread Hugo Shi
Hugo Shi added the comment: I didn't run the unittests in windows, But I don't have the capability to do so at the moment. I maybe able to do this on monday I don't know why AuthenticationKey has security issues with being pickled, however in process.py #

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2010-11-20 Thread Mark Dickinson
Mark Dickinson added the comment: Questions: (1) Did you run the unittests on Windows? I think there are stronger requirements for pickleability there. (2) What specific security issues do you anticipate from pickling the authentication key? -- nosy: +mark.dickinson __

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2010-11-20 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +asksol ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2010-11-20 Thread Hugo Shi
Hugo Shi added the comment: Does BaseManager need to be pickleable? It looks like it contains an AuthenticationKey which should NOT be pickled for security reasons. All the unit tests pass if we remove the __reduce__ method. Is that the fix? -- nosy: +Hugo.Shi

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2009-12-14 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2009-12-14 Thread R. David Murray
R. David Murray added the comment: See also issue 5862 and issue 3518. One or more of these three tickets could possibly be closed as duplicates. -- assignee: -> jnoller keywords: +easy nosy: +jnoller, r.david.murray priority: -> normal stage: -> needs patch ___

[issue7506] multiprocessing.managers.BaseManager.__reduce__ references BaseManager.from_address

2009-12-14 Thread Pete Hunt
New submission from Pete Hunt : BaseManager.__reduce__ references from_address, which, to my knowledge, has been eliminated from the package. -- components: Library (Lib) messages: 96392 nosy: peterhunt severity: normal status: open title: multiprocessing.managers.BaseManager.__reduce__