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 collinanderson
Recipients collinanderson
Date 2021-12-01.05:12:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638335559.46.0.0192700736969.issue45944@roundup.psfhosted.org>
In-reply-to
Content
isatty() is a system call on linux. Most open()s are files, and we're already getting the size of the file. If it has a size, then we know it's not a atty, and can avoid calling it.
History
Date User Action Args
2021-12-01 05:12:39collinandersonsetrecipients: + collinanderson
2021-12-01 05:12:39collinandersonsetmessageid: <1638335559.46.0.0192700736969.issue45944@roundup.psfhosted.org>
2021-12-01 05:12:39collinandersonlinkissue45944 messages
2021-12-01 05:12:39collinandersoncreate