]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90102: Remove isatty call during regular open (#124922)
authorCody Maloney <cmaloney@users.noreply.github.com>
Tue, 8 Oct 2024 06:50:42 +0000 (23:50 -0700)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 06:50:42 +0000 (08:50 +0200)
commitcc9b9bebb2c09c475cb0f278268cce03c115eaea
tree0eef6d302bcf6922b4664e1feb3e4aa41161c8b5
parent6e3c70c61bf961e55e9912a31ca11f61c8e2cd0c
gh-90102: Remove isatty call during regular open (#124922)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/_pyio.py
Misc/NEWS.d/next/Library/2024-10-02-22-53-48.gh-issue-90102.4qX52R.rst [new file with mode: 0644]
Modules/_io/_iomodule.c
Modules/_io/fileio.c
Modules/_io/winconsoleio.c