Eryk Sun <eryk...@gmail.com> added the comment:

This is due to the ps command itself. You'd have the same problem when piping 
to grep or redirecting output to a file. I don't know how it determines 
terminal size. I tried overriding stdin, stdout and stderr to pipes and calling 
setsid() in the forked child process to detach from the controlling terminal, 
but it still detected the terminal size. Anyway, the "ww" option of ps 
overrides this behavior.

----------
nosy: +eryksun
resolution:  -> third party
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35060>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to