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 vstinner
Recipients abacabadabacaba, anacrolix, benjamin.peterson, docs@python, izbyshev, jstasiak, martin.panter, neologix, pitrou, python-dev, sbt, stutzbach, vstinner
Date 2019-10-10.08:37:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570696628.03.0.0305576828155.issue13322@roundup.psfhosted.org>
In-reply-to
Content
TextIOWrapper, and maybe also BufferedRead, may raise an exception if the underlying file descriptor is configured in non-blocking mode. It may require an additional syscall() to query the FD properties, which may slowdown the creation of file objects in Python :-/
History
Date User Action Args
2019-10-10 08:37:08vstinnersetrecipients: + vstinner, pitrou, benjamin.peterson, stutzbach, anacrolix, neologix, abacabadabacaba, docs@python, python-dev, sbt, martin.panter, jstasiak, izbyshev
2019-10-10 08:37:08vstinnersetmessageid: <1570696628.03.0.0305576828155.issue13322@roundup.psfhosted.org>
2019-10-10 08:37:08vstinnerlinkissue13322 messages
2019-10-10 08:37:07vstinnercreate