[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-08-02 Thread Zaar Hai
Zaar Hai haiz...@gmail.com added the comment: Exactly. Thank you. On Mon, Aug 2, 2010 at 1:59 AM, Georg Brandl rep...@bugs.python.org wrote: Georg Brandl ge...@python.org added the comment: The issue in the iniparse tracker has been closed as fixed now, so I assume the problem was on that

[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-08-01 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: The issue in the iniparse tracker has been closed as fixed now, so I assume the problem was on that side. -- nosy: +georg.brandl resolution: - works for me status: open - closed ___ Python tracker

[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-05-04 Thread Zaar Hai
New submission from Zaar Hai haiz...@gmail.com: I'm using INIConfig class from iniparse module(http://code.google.com/p/iniparse). I've tried to use multiprocessing.Queue to propagate configuration changes between the processes. However, INIConfig instances have troubles being pushed through