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 serhiy.storchaka
Recipients collinanderson, serhiy.storchaka
Date 2021-12-01.09:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638350573.4.0.866344479446.issue45944@roundup.psfhosted.org>
In-reply-to
Content
What if change FileIO.isatty() instead? If make it returning False without invoking a system call if the file size is non-zero it will eliminate the need to expose _size.
History
Date User Action Args
2021-12-01 09:22:53serhiy.storchakasetrecipients: + serhiy.storchaka, collinanderson
2021-12-01 09:22:53serhiy.storchakasetmessageid: <1638350573.4.0.866344479446.issue45944@roundup.psfhosted.org>
2021-12-01 09:22:53serhiy.storchakalinkissue45944 messages
2021-12-01 09:22:53serhiy.storchakacreate