This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients epsolos, eryksun, matrixise
Date 2018-10-24.17:40:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540402845.64.0.788709270274.issue35060@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-10-24 17:40:45eryksunsetrecipients: + eryksun, matrixise, epsolos
2018-10-24 17:40:45eryksunsetmessageid: <1540402845.64.0.788709270274.issue35060@psf.upfronthosting.co.za>
2018-10-24 17:40:45eryksunlinkissue35060 messages
2018-10-24 17:40:45eryksuncreate