]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41818: Add os.login_tty() for *nix. (#29658)
authorSoumendra Ganguly <67527439+8vasu@users.noreply.github.com>
Thu, 5 May 2022 16:04:44 +0000 (11:04 -0500)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 16:04:44 +0000 (09:04 -0700)
commitae553b3561f0f8e1fed454bbbd55073e4ba711eb
treeb97ceb53c17e60eca6c5d2141a867845060d5458
parent42fee931d055a3ef8ed31abe44603b9b2856e04d
bpo-41818: Add os.login_tty() for *nix. (#29658)

* Add `os.login_tty(fd)` for Unix.

Reviewed-by: Christian Heimes <christian@python.org>
Signed-off-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
Doc/library/os.rst
Misc/NEWS.d/next/Library/2022-05-02-03-56-50.gh-issue-85984.RBivvc.rst [new file with mode: 0644]
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in