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
Pete Hunt added the comment:
UPDATE: this example WORKS if you remove "authkey" - so it seems to be a
problem with authentication.
--
type: -> crash
___
Python tracker
<http://bugs.pyth
New submission from Pete Hunt :
When pickling a proxy object (such as a list) created on a client, an
exception is thrown. Example attached.
Python 2.6.4 Mac OS X 10.6
p
--
components: Library (Lib)
files: multiprocessing_bug.py
messages: 96371
nosy: peterhunt
severity: normal
status
New submission from Pete Hunt :
Apologies if I mess up the formatting - my first bug report submitted.
Steps to reproduce (OSX Snow Leopard, 2.6.3)
>>> import threading, imp
>>> def doit():
... print imp.load_module("cherrypy", None,
"/Library/Frameworks/