On Thursday, May 19, 2016 at 5:10:08 PM UTC-4, Fillmore wrote:
> Hello PyMasters!
>
> Long story short:
>
> cat myfile.txt | python -m pdb myscript.py
>
> doens't work (pdb hijacking stdin?).
>
> Google indicates that someone has fixed this with named pipes, but, call
> me stupid, I don't unde
Hello PyMasters!
Long story short:
cat myfile.txt | python -m pdb myscript.py
doens't work (pdb hijacking stdin?).
Google indicates that someone has fixed this with named pipes, but, call
me stupid, I don't understand how I need to set up those pipes, how I
need to modify my script and, abov