- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message407427
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:39 | collinanderson | set | recipients: + collinanderson |
| 2021-12-01 05:12:39 | collinanderson | set | messageid: <1638335559.46.0.0192700736969.issue45944@roundup.psfhosted.org> |
| 2021-12-01 05:12:39 | collinanderson | link | issue45944 messages |
| 2021-12-01 05:12:39 | collinanderson | create | |

