Re: 2.6 multiprocessing and pdb

2008-10-03 Thread Gabriel Genellina
En Thu, 02 Oct 2008 18:14:07 -0300, Aaron "Castironpi" Brady <[EMAIL PROTECTED]> escribió: I'm trying to step through a subprocess I launch with multiprocessing. Does anyone know what hack to add? The actual call comes in forking.Popen.__init__, Windows version, forking.py, line 222:

2.6 multiprocessing and pdb

2008-10-02 Thread Aaron "Castironpi" Brady
Hi, I'm trying to step through a subprocess I launch with multiprocessing. Does anyone know what hack to add? The actual call comes in forking.Popen.__init__, Windows version, forking.py, line 222: hp, ht, pid, tid = _subprocess.CreateProcess( _python_exe, cmd, None,