[issue34070] Superfluous call to isatty in open() when buffering >= 0

STINNER Victor report at bugs.python.org
Fri Oct 19 18:32:08 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:


New changeset 8deab9672554edaf58f91e238cc899463d53f6ea by Victor Stinner (David Herberth) in branch 'master':
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
https://github.com/python/cpython/commit/8deab9672554edaf58f91e238cc899463d53f6ea


----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34070>
_______________________________________


More information about the Python-bugs-list mailing list