[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-08-02 Thread Zaar Hai
Zaar Hai added the comment: Exactly. Thank you. On Mon, Aug 2, 2010 at 1:59 AM, Georg Brandl wrote: > > Georg Brandl 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 > res

[issue8612] multiprocessing Queue module failes to send INIConfig objects

2010-08-01 Thread Georg Brandl
Georg Brandl 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 : 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 Queue objects. I