2.6 multiprocessing and pdb

Aaron "Castironpi" Brady castironpi at gmail.com
Thu Oct 2 17:14:07 EDT 2008


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, None, 1, 0, None, None, None
                )




More information about the Python-list mailing list